Searched refs:gram_leng (Results 1 – 1 of 1) sorted by relevance
/external/bison/src/ |
D | scan-gram.c | 21 #define yyleng gram_leng 224 extern yy_size_t gram_leng; 362 yy_size_t gram_leng; variable 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) 1291 if ( gram_leng > 0 ) \ 1293 (gram_text[gram_leng - 1] == '\n'); \ 1802 obstack_grow (&obstack_for_string, gram_text + 1, gram_leng - 2); [all …]
|