Home
last modified time | relevance | path

Searched refs:gram_text (Results 1 – 1 of 1) sorted by relevance

/external/bison/src/
Dscan-gram.c407 extern char *gram_text;
408 #define yytext_ptr gram_text
864 char *gram_text; variable
933 #define YY_USER_ACTION adjust_location (loc, gram_text, gram_leng);
958 obstack_grow (&obstack_for_string, gram_text, gram_leng)
1110 #define ECHO (void) fwrite( gram_text, gram_leng, 1, gram_out )
1221 (gram_text[gram_leng - 1] == '\n'); \
1356 (long)yy_rule_linenum[yy_act], gram_text );
1359 gram_text );
1407 handle_syncline (gram_text + sizeof "#line " - 1, *loc);
[all …]