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

/external/bison/src/
H A Dscan-gram.h24 extern FILE *gram_in;
H A Dscan-gram.c20 #define yyin gram_in
200 #define YY_NEW_FILE gram_restart(gram_in )
229 extern FILE *gram_in, *gram_out;
318 * just pointing gram_in at a new input file.
370 * instead of setting up a fresh gram_in. A bit of a hack ...
408 gram__create_buffer(gram_in,YY_BUF_SIZE ); \
418 gram__create_buffer(gram_in,YY_BUF_SIZE ); \
425 /* %% [1.0] gram_text/gram_in/gram_out/yy_state_type/gram_lineno etc. def's & init go here */
435 FILE *gram_in = (FILE *) 0, *gram_out = (FILE *) 0; variable
999 #define YY_INPUT(buf, result, size) ((result) = no_cr_read (gram_in, bu
[all...]

Completed in 79 milliseconds