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

  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 274 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
1027 yy_next_state = yy_try_NUL_trans( yy_current_state );
1276 /* yy_try_NUL_trans - try to make a transition on the NUL character
1279 * next_state = yy_try_NUL_trans( current_state );
1283 static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state )
1285 static yy_state_type yy_try_NUL_trans( yy_current_state )
  /src/tools/m4/bootstrap/
tokenizer.c 354 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
906 yy_next_state = yy_try_NUL_trans( yy_current_state );
1154 /* yy_try_NUL_trans - try to make a transition on the NUL character
1157 * next_state = yy_try_NUL_trans( current_state );
1159 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )

Completed in 39 milliseconds