Searched refs:yytext (Results 1 - 4 of 4) 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...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_lex.l219 int i = atoi(yytext + 2);
233 "not defined\n", yytext);
249 int i = atoi(yytext + 1);
263 "not defined\n", yytext);
321 " overflow\n", yytext, v);
331 yypcb->pcb_hdl->dt_macros, yytext + 2);
337 "is not defined\n", yytext);
353 yypcb->pcb_hdl->dt_macros, yytext + 1);
357 "is not defined\n", yytext);
373 return (id_or_type(yytext));
[all...]
H A Ddt_impl.h634 extern char yytext[]; /* lex input buffer */
H A Ddt_parser.c4874 if (yytext[0] == '\0')
4876 else if (yytext[0] == '\n')
4879 if ((p = strchr(yytext, '\n')) != NULL)
4881 (void) snprintf(s, n, " near \"%s\"", yytext);

Completed in 72 milliseconds