Lines Matching refs:yytext

173 		/* Undo effects of setting up yytext. */ \
179 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
270 /* yy_hold_char holds the character lost when yytext is formed. */
346 extern char *yytext;
350 #define yytext_ptr yytext
358 * corresponding action - sets up yytext.
604 char *yytext;
639 srcpos_update(&yylloc, yytext, yyleng); \
758 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
828 /* Code executed at the beginning of each rule, after yytext and yyleng
843 (yytext[yyleng - 1] == '\n'); \
889 /* Support of yytext. */
942 char *name = strchr(yytext, '\"') + 1;
943 yytext[yyleng-1] = '\0';
955 line = yytext;
960 * in the whole yytext are those at
962 fnstart = memchr(yytext, '"', yyleng);
963 for (fnend = yytext + yyleng - 1;
996 DPRINT("String: %s\n", yytext);
997 yylval.data = data_copy_escape_string(yytext+1,
1062 DPRINT("Label: %s\n", yytext);
1063 yylval.labelref = xstrdup(yytext);
1073 DPRINT("Integer Literal: '%s'\n", yytext);
1076 yylval.integer = strtoull(yytext, &e, 0);
1080 yytext);
1085 yytext);
1099 DPRINT("Character literal: %s\n", yytext);
1101 d = data_copy_escape_string(yytext+1, yyleng-2);
1122 DPRINT("Ref: %s\n", yytext+1);
1123 yylval.labelref = xstrdup(yytext+1);
1131 yytext[yyleng-1] = '\0';
1132 DPRINT("Ref: %s\n", yytext+2);
1133 yylval.labelref = xstrdup(yytext+2);
1141 yylval.byte = strtol(yytext, NULL, 16);
1159 DPRINT("PropNodeName: %s\n", yytext);
1160 yylval.propnodename = xstrdup((yytext[0] == '\\') ?
1161 yytext + 1 : yytext);
1236 DPRINT("Char: %c (\\x%02x)\n", yytext[0],
1237 (unsigned)yytext[0]);
1238 if (yytext[0] == '[') {
1242 if ((yytext[0] == '{')
1243 || (yytext[0] == ';')) {
1247 return yytext[0];
1336 * yytext, we can now set up
1656 *(yy_c_buf_p) = '\0'; /* preserve yytext */
2030 /* Undo effects of setting up yytext. */ \
2033 yytext[yyleng] = (yy_hold_char); \
2034 (yy_c_buf_p) = yytext + yyless_macro_arg; \
2082 return yytext;