Home
last modified time | relevance | path

Searched refs:tracecompound (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dvariable.c1809 tracecompound( TSD, name, stop - 1, indexstr, 'C' ); in setvalue_compound()
1904 tracecompound( TSD, name, stop - 1, vt->tmpindex, 'C' ); in setdirvalue_compound()
2092 tracecompound( TSD, name, cptr - 1, indexstr, 'C'); in expose_compound()
2188 tracecompound( TSD, name, baselength - 1, indexstr, 'C' ); in getvalue_compound()
2285 tracecompound( TSD, name, baselength - 1, vt->tmpindex, 'C' ); in getdirvalue_compound()
2683 tracecompound( TSD, name, baselength - 1, indexstr, 'C' ); in drop_var_compound()
2773 tracecompound( TSD, name, baselength - 1, vt->tmpindex, 'C' ); in drop_dirvar_compound()
2951 tracecompound( TSD, name, baselength - 1, indexstr, 'C' ); in upper_var_compound()
3472 tracecompound( TSD, thisptr->name, thisptr->name->len - 1, indeks, 'C' ); in fix_compound()
3653 tracecompound( TSD, thisptr->name, thisptr->name->len - 1, indeks, 'C' ); in fix_compoundnum()
[all …]
H A Dtracing.c188 void tracecompound( tsd_t *TSD, const streng *stem, int length, in tracecompound() function
H A Dwrappers.h554 #define tracecompound __regina_tracecompound macro
H A Dextern.h325 … void tracecompound( tsd_t *TSD, const streng *stem, int length, const streng *index, char trch ) ;