Searched refs:tokpushback (Results 1 - 3 of 3) sorted by relevance

/system/core/sh/
H A Dparser.h74 extern int tokpushback;
75 #define NEOF ((union node *)&tokpushback)
H A Dparser.c94 MKINIT int tokpushback; /* last token pushed back */ variable
132 tokpushback = 0;
144 tokpushback++;
196 tokpushback++;
211 tokpushback++;
232 tokpushback++;
257 tokpushback++;
275 tokpushback++;
307 tokpushback++;
313 tokpushback
[all...]
H A Dinit.c930 extern int tokpushback; /* last token pushed back */
1002 tokpushback = 0;

Completed in 110 milliseconds