Lines Matching defs:yytext

187 		/* Undo effects of setting up yytext. */ \
193 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
285 /* yy_hold_char holds the character lost when yytext is formed. */
358 extern char *yytext;
359 #define yytext_ptr yytext
367 * corresponding action - sets up yytext.
1876 *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
1887 char *yytext;
1928 #define ACTION_ECHO add_action( yytext )
1952 yylval = (unsigned char) yytext[0]; \
1958 strcpy( nmstr, yytext ); \
2112 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
2182 /* Code executed at the beginning of each rule, after yytext and yyleng
2197 (yytext[yyleng - 1] == '\n'); \
2263 /* Support of yytext. */
2432 strcpy( nmstr, yytext );
2547 linenum = myctoi( yytext );
2554 infilename = copy_string( yytext + 1 );
2607 buf_strnappend(&top_buf, yytext, yyleng);
2615 buf_strnappend(&top_buf, yytext, yyleng);
2624 buf_strnappend(&top_buf, yytext, yyleng);
2641 buf_strnappend(&top_buf, yytext, yyleng);
2665 strcpy( (char *) nmdef, yytext );
3112 strcpy( nmstr, yytext + 1 );
3128 yytext );
3228 *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */
3230 YY_DO_BEFORE_ACTION; /* set up yytext again */
3243 *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */
3245 YY_DO_BEFORE_ACTION; /* set up yytext again */
3274 amt = strchr (yytext, '|') - yytext;
3380 strcpy( nmstr, yytext );
3444 end_ch = yytext[yyleng-1];
3449 strcpy( nmstr, yytext + 1 );
3541 return (unsigned char) yytext[0];
3559 return (unsigned char) yytext[0];
3567 *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */
3569 YY_DO_BEFORE_ACTION; /* set up yytext again */
3584 yytext );
3667 *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */
3669 YY_DO_BEFORE_ACTION; /* set up yytext again */
3675 *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */
3677 YY_DO_BEFORE_ACTION; /* set up yytext again */
3690 *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */
3692 YY_DO_BEFORE_ACTION; /* set up yytext again */
3845 yytext );
3855 yylval = myctoi( yytext );
3913 CHECK_REJECT(yytext);
3921 CHECK_YYMORE(yytext);
4080 yylval = myesc( (Char *) yytext );
4120 format_synerr( _( "bad character: %s" ), yytext );
4222 * yytext, we can now set up
4443 /* undo effects of setting up yytext */
4542 *(yy_c_buf_p) = '\0'; /* preserve yytext */
4948 /* Undo effects of setting up yytext. */ \
4951 yytext[yyleng] = (yy_hold_char); \
4952 (yy_c_buf_p) = yytext + yyless_macro_arg; \
5000 return yytext;