Home
last modified time | relevance | path

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

/dports/math/form/form-4.2.1/sources/
H A Dftypes.h445 #define IDFUNCTION 101 macro
H A Dpattern.c2222 for ( t = term+1; t < tstop; t += t[1] ) { if ( *t == IDFUNCTION ) break; } in TakeIDfunction()
2281 if ( *t == IDFUNCTION && first ) { first = 0; t += t[1]; continue; } in TakeIDfunction()
H A Dnormal.c2991 if ( *t == IDFUNCTION ) AN.idfunctionflag = 1; in Normalize()