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

  /external/bison/src/
reader.h 39 extern FILE *gram_in;
scan-gram.c 163 #define YY_NEW_FILE gram_restart(gram_in )
183 extern FILE *gram_in, *gram_out;
282 * just pointing gram_in at a new input file.
334 * instead of setting up a fresh gram_in. A bit of a hack ...
372 gram__create_buffer(gram_in,YY_BUF_SIZE ); \
382 gram__create_buffer(gram_in,YY_BUF_SIZE ); \
389 /* %% [1.0] gram_text/gram_in/gram_out/yy_state_type/gram_lineno etc. def's & init go here */
399 FILE *gram_in = (FILE *) 0, *gram_out = (FILE *) 0; variable
    [all...]
reader.c 515 gram_in = xfopen (grammar_file, "r");
525 xfclose (gram_in);

Completed in 349 milliseconds