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

  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 223 /* Flag which is used to allow yywrap()'s to do buffer switches
265 #define yywrap() 1 macro
584 extern "C" int yywrap YY_PROTO(( void ));
586 extern int yywrap YY_PROTO(( void ));
1052 if ( yywrap() )
1401 if ( yywrap() )
1466 * EOF (yywrap()) processing, but the only time this flag
1467 * is looked at is after yywrap() is called, so it's safe
lex.yy.c 223 /* Flag which is used to allow yywrap()'s to do buffer switches
265 #define yywrap() 1 macro
584 extern "C" int yywrap YY_PROTO(( void ));
586 extern int yywrap YY_PROTO(( void ));
1052 if ( yywrap() )
1401 if ( yywrap() )
1466 * EOF (yywrap()) processing, but the only time this flag
1467 * is looked at is after yywrap() is called, so it's safe

Completed in 23 milliseconds