Lines Matching refs:yytext
179 /* Undo effects of setting up yytext. */ \
185 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
281 /* yy_hold_char holds the character lost when yytext is formed. */
357 extern char *yytext;
358 #define yytext_ptr yytext
366 * corresponding action - sets up yytext.
609 char *yytext;
645 srcpos_update(&yylloc, yytext, yyleng); \
759 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
829 /* Code executed at the beginning of each rule, after yytext and yyleng
844 (yytext[yyleng - 1] == '\n'); \
889 /* Support of yytext. */
942 char *name = strchr(yytext, '\"') + 1;
943 yytext[yyleng-1] = '\0';
954 line = yytext;
989 DPRINT("String: %s\n", yytext);
990 yylval.data = data_copy_escape_string(yytext+1,
1047 DPRINT("Label: %s\n", yytext);
1048 yylval.labelref = xstrdup(yytext);
1057 yylval.literal = xstrdup(yytext);
1067 yytext[yyleng-1] = '\0';
1068 yylval.literal = xstrdup(yytext+1);
1077 DPRINT("Ref: %s\n", yytext+1);
1078 yylval.labelref = xstrdup(yytext+1);
1086 yytext[yyleng-1] = '\0';
1087 DPRINT("Ref: %s\n", yytext+2);
1088 yylval.labelref = xstrdup(yytext+2);
1096 yylval.byte = strtol(yytext, NULL, 16);
1114 DPRINT("PropNodeName: %s\n", yytext);
1115 yylval.propnodename = xstrdup((yytext[0] == '\\') ?
1116 yytext + 1 : yytext);
1191 DPRINT("Char: %c (\\x%02x)\n", yytext[0],
1192 (unsigned)yytext[0]);
1193 if (yytext[0] == '[') {
1197 if ((yytext[0] == '{')
1198 || (yytext[0] == ';')) {
1202 return yytext[0];
1291 * yytext, we can now set up
1606 *(yy_c_buf_p) = '\0'; /* preserve yytext */
1980 /* Undo effects of setting up yytext. */ \
1983 yytext[yyleng] = (yy_hold_char); \
1984 (yy_c_buf_p) = yytext + yyless_macro_arg; \
2032 return yytext;