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.
552 char *yytext;
588 srcpos_update(&yylloc, yytext, yyleng); \
702 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
772 /* Code executed at the beginning of each rule, after yytext and yyleng
829 /* Support of yytext. */
881 char *name = strchr(yytext, '\"') + 1;
882 yytext[yyleng-1] = '\0';
903 DPRINT("String: %s\n", yytext);
904 yylval.data = data_copy_escape_string(yytext+1,
932 DPRINT("Label: %s\n", yytext);
933 yylval.labelref = xstrdup(yytext);
942 yylval.literal = xstrdup(yytext);
951 DPRINT("Ref: %s\n", yytext+1);
952 yylval.labelref = xstrdup(yytext+1);
960 yytext[yyleng-1] = '\0';
961 DPRINT("Ref: %s\n", yytext+2);
962 yylval.labelref = xstrdup(yytext+2);
970 yylval.byte = strtol(yytext, NULL, 16);
988 DPRINT("PropNodeName: %s\n", yytext);
989 yylval.propnodename = xstrdup(yytext);
1024 DPRINT("Char: %c (\\x%02x)\n", yytext[0],
1025 (unsigned)yytext[0]);
1026 if (yytext[0] == '[') {
1030 if ((yytext[0] == '{')
1031 || (yytext[0] == ';')) {
1035 return yytext[0];
1124 * yytext, we can now set up
1438 *(yy_c_buf_p) = '\0'; /* preserve yytext */
1810 /* Undo effects of setting up yytext. */ \
1813 yytext[yyleng] = (yy_hold_char); \
1814 (yy_c_buf_p) = yytext + yyless_macro_arg; \
1862 return yytext;