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

  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 269 typedef int yy_state_type; typedef in typeref:typename:int
273 static yy_state_type yy_get_previous_state YY_PROTO(( void ));
274 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
390 static yy_state_type yy_last_accepting_state;
723 register yy_state_type yy_current_state;
1012 yy_state_type yy_next_state;
1248 static yy_state_type yy_get_previous_state()
1250 register yy_state_type yy_current_state;
1283 static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state
    [all...]
  /src/tools/m4/bootstrap/
tokenizer.c 154 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
344 typedef int yy_state_type; typedef in typeref:typename:int
353 static yy_state_type yy_get_previous_state (void );
354 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
461 static yy_state_type yy_last_accepting_state;
693 register yy_state_type yy_current_state;
891 yy_state_type yy_next_state;
1127 static yy_state_type yy_get_previous_state (void)
1129 register yy_state_type yy_current_state
    [all...]

Completed in 14 milliseconds