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

/external/bison/src/
H A Dscan-gram.c21 #define yyleng gram_leng
224 extern yy_size_t gram_leng;
362 yy_size_t gram_leng; variable
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 >
[all...]

Completed in 2387 milliseconds