Home
last modified time | relevance | path

Searched refs:stri_ptr (Results 1 – 3 of 3) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dbig_gmp.c156 const_cstriType stri_ptr; in bigHexCStri() local
215 stri_ptr = " *NULL_BIGINT* "; in bigHexCStri()
221 strcpy(result, stri_ptr); in bigHexCStri()
H A Dbig_rtl.c359 const_cstriType stri_ptr; in bigHexCStri() local
415 stri_ptr = " *NULL_BIGINT* "; in bigHexCStri()
418 stri_ptr = " *ZERO_SIZE_BIGINT* "; in bigHexCStri()
425 strcpy(result, stri_ptr); in bigHexCStri()
/dports/lang/seed7/seed7/lib/comp/
H A Dstr_act.s7i731 statement.temp_decls &:= "striType *stri_ptr=&(";
734 statement.expr &:= "old_stri=*stri_ptr;\n";
735 statement.expr &:= "*stri_ptr=";