Lines Matching refs:yytext
124 strncmp(yytext + first, yytext + in crossref()
218 if ((c = yytext[i]) == ' ' || c == '\t') { in putcrossref()
243 c = yytext[j]; in putcrossref()
244 yytext[j] = '\0'; in putcrossref()
246 putposting(yytext + i, type); in putcrossref()
248 putstring(yytext + i); in putcrossref()
250 yytext[j] = (char)c; in putcrossref()
267 (j = dicode2[(unsigned)yytext[i + 1]]) != 0 && in putcrossref()
293 while ((j = yytext[i]) == ' ' || j == '\t') { in putcrossref()
297 while (isalpha(yytext[i])) { in putcrossref()
302 while ((j = yytext[i]) == ' ' || in putcrossref()
309 yytext[i] == '(') { in putcrossref()