Home
last modified time | relevance | path

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

/dports/math/form/form-4.2.1/sources/
H A Dpre.c191 if ( AP.DelayPrevar == 1 && c == '\'' ) { in GetChar()
192 AP.DelayPrevar = 0; in GetChar()
208 AP.DelayPrevar = 1; in GetChar()
215 olddelay = AP.DelayPrevar; in GetChar()
216 AP.DelayPrevar = 0; in GetChar()
252 AP.DelayPrevar = olddelay; in GetChar()
1099 AP.DelayPrevar = 0; in PreProInstruction()
H A Dstructs.h1584 int DelayPrevar; /* (P) Delaying prevar substitution */ member
H A Dcheckpoint.c893 MesPrint("%d", AP.DelayPrevar); in print_P()