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

  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 1012 yy_state_type yy_next_state; variable in typeref:typename:yy_state_type
1027 yy_next_state = yy_try_NUL_trans( yy_current_state );
1031 if ( yy_next_state )
1035 yy_current_state = yy_next_state;
  /src/tools/m4/bootstrap/
tokenizer.c 891 yy_state_type yy_next_state; variable in typeref:typename:yy_state_type
906 yy_next_state = yy_try_NUL_trans( yy_current_state );
910 if ( yy_next_state )
914 yy_current_state = yy_next_state;

Completed in 14 milliseconds