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

  /external/bison/src/
scan-code.c 20 #define yyin code_in
200 #define YY_NEW_FILE code_restart(code_in )
229 extern FILE *code_in, *code_out;
318 * just pointing code_in at a new input file.
370 * instead of setting up a fresh code_in. A bit of a hack ...
408 code__create_buffer(code_in,YY_BUF_SIZE ); \
418 code__create_buffer(code_in,YY_BUF_SIZE ); \
425 /* %% [1.0] code_text/code_in/code_out/yy_state_type/code_lineno etc. def's & init go here */
435 FILE *code_in = (FILE *) 0, *code_out = (FILE *) 0; variable
875 (c = getc( code_in )) != EOF && c != '\n'; ++n )
    [all...]
  /prebuilts/misc/linux-x86/bison/
bison 

Completed in 122 milliseconds