Lines Matching refs:yytext
336 extern char *yytext;
340 #define yytext_ptr yytext
1846 char *yytext; variable
1894 #define ACTION_ECHO add_action( yytext )
1918 yylval = (unsigned char) yytext[0]; \
1924 strncpy( nmstr, yytext, sizeof(nmstr) ); \
2101 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
2186 (yytext[yyleng - 1] == '\n'); \
2401 strncpy( nmstr, yytext, sizeof(nmstr) );
2515 linenum = myctoi( yytext );
2522 infilename = xstrdup(yytext + 1);
2581 buf_strnappend(&top_buf, yytext, yyleng);
2589 buf_strnappend(&top_buf, yytext, yyleng);
2598 buf_strnappend(&top_buf, yytext, yyleng);
2615 buf_strnappend(&top_buf, yytext, yyleng);
2639 strncpy( nmdef, yytext, sizeof(nmdef) );
3081 strncpy( nmstr, yytext + 1, sizeof(nmstr) );
3097 yytext );
3244 int amt = (int) (strchr (yytext, '|') - yytext);
3352 strncpy( nmstr, yytext, sizeof(nmstr) );
3416 end_ch = yytext[yyleng-1];
3421 strncpy( nmstr, yytext + 1, sizeof(nmstr) );
3519 return (unsigned char) yytext[0];
3537 return (unsigned char) yytext[0];
3562 yytext );
3823 yytext );
3833 yylval = myctoi( yytext );
3891 CHECK_REJECT(yytext);
3899 CHECK_YYMORE(yytext);
4058 yylval = myesc( (unsigned char *) yytext );
4130 format_synerr( _( "bad character: %s" ), yytext );
5007 yytext[yyleng] = (yy_hold_char); \
5008 (yy_c_buf_p) = yytext + yyless_macro_arg; \
5056 return yytext; in yyget_text()