• Home
  • Raw
  • Download

Lines Matching refs:gram_text

26 #define yytext gram_text
443 extern char *gram_text;
444 #define yytext_ptr gram_text
945 char *gram_text; variable
996 #define YY_USER_ACTION location_compute (loc, &scanner_cursor, gram_text, gram_leng);
1003 scanner_cursor.column -= mbsnwidth (gram_text, gram_leng, 0); \
1182 #define ECHO do { if (fwrite( gram_text, gram_leng, 1, gram_out )) {} } while (0)
1293 (gram_text[gram_leng - 1] == '\n'); \
1425 (long)yy_rule_linenum[yy_act], gram_text );
1428 gram_text );
1476 handle_syncline (gram_text + sizeof "#line " - 1, *loc);
1705 complain_at (*loc, _("invalid directive: %s"), quote (gram_text));
1737 val->uniqstr = uniqstr_new (gram_text);
1747 val->integer = scan_integer (gram_text, 10, *loc);
1755 val->integer = scan_integer (gram_text, 16, *loc);
1765 complain_at (*loc, _("invalid identifier: %s"), quote (gram_text));
1802 obstack_grow (&obstack_for_string, gram_text + 1, gram_leng - 2);
1835 quote_mem (gram_text, gram_leng));
1910 quote (gram_text));
1914 bracketed_id_str = uniqstr_new (gram_text);
1945 quote_mem (gram_text, gram_leng));
2041 if (gram_text[0] == '\n')
2087 if (gram_text[0] == '\n')
2135 unsigned long int c = strtoul (gram_text + 1, NULL, 8);
2138 gram_text+1);
2148 unsigned long int c = strtoul (gram_text + 2, NULL, 16);
2151 gram_text+1);
2195 obstack_1grow (&obstack_for_string, gram_text[1]);
2201 int c = convert_ucn_to_byte (gram_text);
2204 gram_text+1);
2214 char const *p = gram_text + 1;
3308 gram_text[gram_leng] = (yy_hold_char); \
3309 (yy_c_buf_p) = gram_text + yyless_macro_arg; \
3361 return gram_text; in gram_get_text()