Lines Matching refs:gram_leng
178 extern int gram_leng;
326 int gram_leng; variable
425 gram_leng = (size_t) (yy_cp - yy_bp); \
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 )
1219 if ( gram_leng > 0 ) \
1221 (gram_text[gram_leng - 1] == '\n'); \
1701 obstack_grow (&obstack_for_string, gram_text + 1, gram_leng - 2);
1752 scanner_cursor.column -= mbsnwidth (gram_text, gram_leng, 0);
2104 scanner_cursor.column -= mbsnwidth (gram_text, gram_leng, 0);
3170 gram_text[gram_leng] = (yy_hold_char); \
3174 gram_leng = yyless_macro_arg; \
3214 return gram_leng; in gram_get_leng()