HomeSort by: relevance | last modified time | path
    Searched defs:yytext (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 127 /* Undo effects of setting up yytext. */ \
131 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
210 /* yy_hold_char holds the character lost when yytext is formed. */
270 extern char *yytext;
271 #define yytext_ptr yytext
279 * corresponding action - sets up yytext.
400 char *yytext; variable in typeref:typename:char *
656 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
706 /* Code executed at the beginning of each rule, after yytext and yyleng
759 /* Support of yytext. *
    [all...]
  /src/tools/m4/bootstrap/
tokenizer.c 175 /* Undo effects of setting up yytext. */ \
181 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
277 /* yy_hold_char holds the character lost when yytext is formed. */
350 extern char *yytext;
351 #define yytext_ptr yytext
359 * corresponding action - sets up yytext.
474 char *yytext; variable in typeref:typename:char *
604 #define ECHO fwrite( yytext, yyleng, 1, yyout )
674 /* Code executed at the beginning of each rule, after yytext and yyleng
731 /* Support of yytext. *
    [all...]

Completed in 13 milliseconds