Searched defs:yytext (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c180 if ( yytext[yyl] == '\n' )\
188 /* Undo effects of setting up yytext. */ \
194 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
285 /* yy_hold_char holds the character lost when yytext is formed. */
359 extern char yytext[];
367 * corresponding action - sets up yytext.
376 yy_flex_strncpy( &yytext[(yy_more_offset)], (yytext_ptr), yyleng + 1 ); \
931 *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
942 #define yymore() ((yy_more_offset) = yy_flex_strlen( yytext ))
954 char yytext[YYLMA variable
[all...]

Completed in 49 milliseconds