Home
last modified time | relevance | path

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

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