• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/

Lines Matching defs:yytext

128 		/* Undo effects of setting up yytext. */ \
132 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
211 /* yy_hold_char holds the character lost when yytext is formed. */
268 extern char *yytext;
269 #define yytext_ptr yytext
277 * corresponding action - sets up yytext.
1242 char *yytext;
1278 #define ACTION_ECHO add_action( yytext )
1291 yylval = (unsigned char) yytext[0]; \
1295 strcpy( nmstr, yytext ); \
1412 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
1462 /* Code executed at the beginning of each rule, after yytext and yyleng
1477 (yytext[yyleng - 1] == '\n'); \
1527 /* Support of yytext. */
1668 strcpy( nmstr, yytext );
1720 linenum = myctoi( yytext );
1727 infilename = copy_string( yytext + 1 );
1769 strcpy( (char *) nmdef, yytext );
2047 strcpy( nmstr, yytext + 1 );
2057 yytext );
2149 *yy_cp = yy_hold_char; /* undo effects of setting up yytext */
2151 YY_DO_BEFORE_ACTION; /* set up yytext again */
2157 *yy_cp = yy_hold_char; /* undo effects of setting up yytext */
2159 YY_DO_BEFORE_ACTION; /* set up yytext again */
2258 strcpy( nmstr, yytext );
2296 strcpy( nmstr, yytext + 1 );
2329 return (unsigned char) yytext[0];
2341 return (unsigned char) yytext[0];
2349 *yy_cp = yy_hold_char; /* undo effects of setting up yytext */
2351 YY_DO_BEFORE_ACTION; /* set up yytext again */
2366 yytext );
2399 *yy_cp = yy_hold_char; /* undo effects of setting up yytext */
2401 YY_DO_BEFORE_ACTION; /* set up yytext again */
2407 *yy_cp = yy_hold_char; /* undo effects of setting up yytext */
2409 YY_DO_BEFORE_ACTION; /* set up yytext again */
2422 *yy_cp = yy_hold_char; /* undo effects of setting up yytext */
2424 YY_DO_BEFORE_ACTION; /* set up yytext again */
2516 yytext );
2526 yylval = myctoi( yytext );
2577 CHECK_REJECT(yytext);
2585 CHECK_YYMORE(yytext);
2706 yylval = myesc( (Char *) yytext );
2728 format_synerr( _( "bad character: %s" ), yytext );
2830 * yytext, we can now set up
3097 /* undo effects of setting up yytext */
3196 *yy_c_buf_p = '\0'; /* preserve yytext */
3546 /* Undo effects of setting up yytext. */ \
3547 yytext[yyleng] = yy_hold_char; \
3548 yy_c_buf_p = yytext + n; \