Lines Matching refs:pplex
32 #define lex(c) ((((c)=peektoken)>=0?(peektoken=(-1)):((c)=pplex())),(c))
56 type = pplex(); in exists()
71 if ((c = pplex()) == ',') in exists()
73 while ((c = pplex()) == T_STRING) in exists()
82 if ((c = pplex()) != ',') break; in exists()
99 while (pplex()); in exists()
122 if (!pplex()) in compare()
125 if (pplex() != ',' || !pplex()) in compare()
136 if ((pp.state & PASSEOF) && pplex()) in compare()
143 while (pplex()); in compare()
517 c = pplex(); in subexpr()