Lines Matching refs:yytext

174                     if ( yytext[yyl] == '\n' )\
189 /* Undo effects of setting up yytext. */ \
195 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
284 /* yy_hold_char holds the character lost when yytext is formed. */
354 extern char *yytext;
358 #define yytext_ptr yytext
702 * corresponding action - sets up yytext.
778 char *yytext;
951 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
1005 /* Code executed at the beginning of each rule, after yytext and yyleng
1063 /* Support of yytext. */
1087 if ( yytext[yyl] == '\n' )
1119 unput(yytext[0]);
1127 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
1135 alloc_string(yytext, yyleng);
1142 warn_ignored_character(*yytext);
1200 str = yytext[0];
1213 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
1218 alloc_string(yytext, yyleng);
1238 warn_ignored_character(*yytext);
1248 *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */
1251 YY_DO_BEFORE_ACTION; /* set up yytext again */
1254 append_string(yytext, yyleng);
1262 append_string(yytext, yyleng);
1267 *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */
1270 YY_DO_BEFORE_ACTION; /* set up yytext again */
1273 append_string(yytext + 1, yyleng - 1);
1281 append_string(yytext + 1, yyleng - 1);
1287 if (str == yytext[0]) {
1292 append_string(yytext, 1);
1317 if (yytext[i] == '\t')
1339 *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */
1342 YY_DO_BEFORE_ACTION; /* set up yytext again */
1360 if ((yytext[yyleng-1] != ' ') && (yytext[yyleng-1] != '\t'))
1364 append_string(yytext, yyleng);
1470 * yytext, we can now set up
1705 /* undo effects of setting up yytext */
1809 *(yy_c_buf_p) = '\0'; /* preserve yytext */
2186 /* Undo effects of setting up yytext. */ \
2189 yytext[yyleng] = (yy_hold_char); \
2190 (yy_c_buf_p) = yytext + yyless_macro_arg; \
2238 return yytext;