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

  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 615 register yy_state_type yy_current_state; variable
659 yy_current_state = yy_start;
664 if ( yy_accept[yy_current_state] )
666 yy_last_accepting_state = yy_current_state;
669 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
671 yy_current_state = (int) yy_def[yy_current_state];
672 if ( yy_current_state >= 50 )
675 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]
1142 register yy_state_type yy_current_state; local
    [all...]
  /src/tools/m4/bootstrap/
tokenizer.c 693 register yy_state_type yy_current_state; variable
739 yy_current_state = (yy_start);
744 if ( yy_accept[yy_current_state] )
746 (yy_last_accepting_state) = yy_current_state;
749 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
751 yy_current_state = (int) yy_def[yy_current_state];
752 if ( yy_current_state >= 33 )
755 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]
1129 register yy_state_type yy_current_state; local
    [all...]

Completed in 19 milliseconds