Lines Matching full:gram_leng
21 #define yyleng gram_leng
224 extern yy_size_t gram_leng;
362 yy_size_t gram_leng;
460 /* %% [2.0] code to fiddle gram_text and gram_leng for yymore() goes here \ */\
461 gram_leng = (size_t) (yy_cp - yy_bp); \
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)
1277 /* Code executed at the beginning of each rule, after gram_text and gram_leng
1291 if ( gram_leng > 0 ) \
1293 (gram_text[gram_leng - 1] == '\n'); \
1802 obstack_grow (&obstack_for_string, gram_text + 1, gram_leng - 2);
1834 ngettext ("invalid character", "invalid characters", gram_leng),
1835 quote_mem (gram_text, gram_leng));
1944 "invalid characters in bracketed name", gram_leng),
1945 quote_mem (gram_text, gram_leng));
3308 gram_text[gram_leng] = (yy_hold_char); \
3312 gram_leng = yyless_macro_arg; \
3352 return gram_leng;