Home
last modified time | relevance | path

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

/external/bison/src/
Dscan-gram.c26 #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 );
[all …]