HomeSort by relevance Sort by last modified time
    Searched refs:gram_in (Results 1 - 2 of 2) sorted by null

  /external/bison/src/
scan-gram.h 24 extern FILE *gram_in;
scan-gram.c 20 #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
    [all...]

Completed in 45 milliseconds