Searched refs:yy_next_state (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dconfigfile.c842 yy_state_type yy_next_state; variable
857 yy_next_state = yy_try_NUL_trans( yy_current_state );
861 if ( yy_next_state )
865 yy_current_state = yy_next_state;
H A Ddriverparser.c786 yy_state_type yy_next_state; variable
802 yy_next_state = yy_try_NUL_trans(yy_current_state);
806 if (yy_next_state)
812 yy_current_state = yy_next_state;
H A Dtokenparser.c812 yy_state_type yy_next_state; variable
828 yy_next_state = yy_try_NUL_trans(yy_current_state);
832 if (yy_next_state)
838 yy_current_state = yy_next_state;
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/
H A Dtokenparser.c868 yy_state_type yy_next_state; variable
883 yy_next_state = yy_try_NUL_trans( yy_current_state );
887 if ( yy_next_state )
891 yy_current_state = yy_next_state;
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_expr_scan.c1111 yy_state_type yy_next_state; variable
1126 yy_next_state = yy_try_NUL_trans( yy_current_state );
1130 if ( yy_next_state )
1134 yy_current_state = yy_next_state;
/macosx-10.9.5/bc-21/bc/bc/
H A Dscan.c1399 yy_state_type yy_next_state; variable
1414 yy_next_state = yy_try_NUL_trans( yy_current_state );
1418 if ( yy_next_state )
1422 yy_current_state = yy_next_state;
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Darlex.c985 yy_state_type yy_next_state; variable
1000 yy_next_state = yy_try_NUL_trans( yy_current_state );
1004 if ( yy_next_state )
1008 yy_current_state = yy_next_state;
H A Ddeflex.c1010 yy_state_type yy_next_state; variable
1025 yy_next_state = yy_try_NUL_trans( yy_current_state );
1029 if ( yy_next_state )
1033 yy_current_state = yy_next_state;
H A Dsyslex.c863 yy_state_type yy_next_state; variable
878 yy_next_state = yy_try_NUL_trans( yy_current_state );
882 if ( yy_next_state )
886 yy_current_state = yy_next_state;
H A Drclex.c1483 yy_state_type yy_next_state; variable
1498 yy_next_state = yy_try_NUL_trans( yy_current_state );
1502 if ( yy_next_state )
1506 yy_current_state = yy_next_state;
/macosx-10.9.5/sudo-72/src/
H A Dtoke.c2490 yy_state_type yy_next_state; variable
2505 yy_next_state = yy_try_NUL_trans( yy_current_state );
2509 if ( yy_next_state )
2513 yy_current_state = yy_next_state;

Completed in 303 milliseconds