HomeSort by: relevance | last modified time | path
    Searched defs:yy_switch_to_buffer (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 230 void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
1445 void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer ) function in typeref:typename:void
1447 void yy_switch_to_buffer( new_buffer )
1632 yy_switch_to_buffer( b );
  /src/tools/m4/bootstrap/
tokenizer.c 293 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
1319 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) function in typeref:typename:void
1479 /* This block is copied from yy_switch_to_buffer. */
1493 /* copied from yy_switch_to_buffer. */
1594 yy_switch_to_buffer(b );
1735 * @see yy_switch_to_buffer

Completed in 20 milliseconds