Lines Matching refs:yytext
345 extern char *yytext;
346 #define yytext_ptr yytext
811 char *yytext; variable
963 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
1157 canonicalizeNumeral (numbuf, yytext);
1165 canonicalizeNumeral (numbuf, yytext);
1173 canonicalizeNumeral (numbuf, yytext);
1183 canonicalizeNumeral (numbuf, yytext);
1191 canonicalizeNumeral (numbuf, yytext+2);
1199 canonicalizeNumeral (numbuf, yytext);
1207 canonicalizeNumeral (numbuf, yytext);
1230 yylval.typed_val.val = yytext[1];
1240 sscanf (yytext+3, "%2x", &v);
1249 yylval.sval = processString (yytext+1, yyleng-2);
1373 { return processAttribute (yytext+1); }
1419 { return yytext[0]; }
1464 yylval.sval = processId (yytext+1, yyleng-1);
1473 int all_posn = find_dot_all (yytext);
1475 if (all_posn == -1 && yytext[yyleng-1] == '\'')
1482 yylval.sval = processId (yytext, yyleng);
1493 yylval.sval = processId (yytext, yyleng);
1505 { return yytext[0]; }
1512 yylval.sval.ptr = yytext;
1521 { error (_("Invalid character '%s' in expression."), yytext); }
2341 yytext[yyleng] = (yy_hold_char); \
2342 (yy_c_buf_p) = yytext + yyless_macro_arg; \
2390 return yytext; in yyget_text()