Lines Matching refs:yytext
53 #define YY_USER_ACTION location_compute (loc, &scanner_cursor, yytext, yyleng);
60 scanner_cursor.column -= mbsnwidth (yytext, yyleng, 0); \
161 handle_syncline (yytext + sizeof "#line " - 1, *loc);
222 complain_at (*loc, _("invalid directive: %s"), quote (yytext));
232 val->uniqstr = uniqstr_new (yytext);
239 val->integer = scan_integer (yytext, 10, *loc);
243 val->integer = scan_integer (yytext, 16, *loc);
250 complain_at (*loc, _("invalid identifier: %s"), quote (yytext));
272 obstack_grow (&obstack_for_string, yytext + 1, yyleng - 2);
296 quote_mem (yytext, yyleng));
355 quote (yytext));
359 bracketed_id_str = uniqstr_new (yytext);
383 quote_mem (yytext, yyleng));
448 if (yytext[0] == '\n')
488 if (yytext[0] == '\n')
529 unsigned long int c = strtoul (yytext + 1, NULL, 8);
532 yytext+1);
539 unsigned long int c = strtoul (yytext + 2, NULL, 16);
542 yytext+1);
556 \\("\""|"'"|"?"|"\\") obstack_1grow (&obstack_for_string, yytext[1]);
559 int c = convert_ucn_to_byte (yytext);
562 yytext+1);
567 char const *p = yytext + 1;