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

  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 723 register yy_state_type yy_current_state; variable in typeref:typename:register yy_state_type
767 yy_current_state = yy_start;
772 if ( yy_accept[yy_current_state] )
774 yy_last_accepting_state = yy_current_state;
777 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
779 yy_current_state = (int) yy_def[yy_current_state];
780 if ( yy_current_state >= 50 )
783 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]
1250 register yy_state_type yy_current_state; local in function:yy_get_previous_state
    [all...]
lex.yy.c 723 register yy_state_type yy_current_state; variable in typeref:typename:register yy_state_type
767 yy_current_state = yy_start;
772 if ( yy_accept[yy_current_state] )
774 yy_last_accepting_state = yy_current_state;
777 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
779 yy_current_state = (int) yy_def[yy_current_state];
780 if ( yy_current_state >= 50 )
783 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]
1250 register yy_state_type yy_current_state; local in function:yy_get_previous_state
    [all...]
  /src/tools/m4/bootstrap/
tokenizer.c 693 register yy_state_type yy_current_state; variable in typeref:typename:register yy_state_type
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 in function:yy_get_previous_state
    [all...]
tokenizer.c 693 register yy_state_type yy_current_state; variable in typeref:typename:register yy_state_type
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 in function:yy_get_previous_state
    [all...]

Completed in 106 milliseconds