Lines Matching refs:yytext
193 static char yytext[INMAX]; in yylex() local
234 cp1 = yytext; in yylex()
235 cp2 = &yytext[INMAX - 1]; in yylex()
259 yylval.string = makestr(yytext); in yylex()
268 cp1 = yytext; in yylex()
269 cp2 = &yytext[INMAX - 1]; in yylex()
292 if (yytext[0] == '-' && yytext[2] == '\0') { in yylex()
293 switch (yytext[1]) { in yylex()
323 if (!strcmp(yytext, "install")) in yylex()
325 else if (!strcmp(yytext, "notify")) in yylex()
327 else if (!strcmp(yytext, "except")) in yylex()
329 else if (!strcmp(yytext, "except_pat")) in yylex()
331 else if (!strcmp(yytext, "special")) in yylex()
334 yylval.string = makestr(yytext); in yylex()