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

  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 275 static int yy_get_next_buffer YY_PROTO(( void ));
1046 else switch ( yy_get_next_buffer() )
1055 * yy_get_next_buffer() to have set up
1108 /* yy_get_next_buffer - try to read in a new buffer
1116 static int yy_get_next_buffer() function in typeref:typename:int
1381 switch ( yy_get_next_buffer() )
  /src/tools/m4/bootstrap/
tokenizer.c 355 static int yy_get_next_buffer (void );
925 else switch ( yy_get_next_buffer( ) )
934 * yy_get_next_buffer() to have set up
986 /* yy_get_next_buffer - try to read in a new buffer
993 static int yy_get_next_buffer (void) function in typeref:typename:int
1113 YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
1250 switch ( yy_get_next_buffer( ) )
1426 * called from yyrestart() or through yy_get_next_buffer.

Completed in 29 milliseconds