Lines Matching refs:pe
83 extern wchar_t *pe;
89 while (*pe == ' ' || *pe == '\t' || *pe == '\n') in yylex()
90 pe++; in yylex()
91 switch (*pe) { in yylex()
101 return (*pe++); in yylex()
121 if (*pe == '0') { in yylex()
122 if (*++pe == 'x' || *pe == 'X') { in yylex()
124 ++pe; in yylex()
133 c = *pe; in yylex()
145 ++pe; in yylex()
155 if (*++pe != c) in peek()
157 ++pe; in peek()