Home
last modified time | relevance | path

Searched refs:yy_current_state (Results 1 – 7 of 7) sorted by relevance

/freebsd/tools/build/bootstrap-m4/
H A Dinittokenizer.c687 yy_state_type yy_current_state; variable
734 yy_current_state = (yy_start);
739 if ( yy_accept[yy_current_state] )
741 (yy_last_accepting_state) = yy_current_state;
744 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
746 yy_current_state = (int) yy_def[yy_current_state];
747 if ( yy_current_state >= 35 )
750 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
753 while ( yy_base[yy_current_state] != 49 );
756 yy_act = yy_accept[yy_current_state];
[all …]
/freebsd/crypto/heimdal/lib/com_err/
H A Dlex.c705 register yy_state_type yy_current_state; variable
751 yy_current_state = (yy_start);
756 if ( yy_accept[yy_current_state] )
758 (yy_last_accepting_state) = yy_current_state;
761 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
763 yy_current_state = (int) yy_def[yy_current_state];
764 if ( yy_current_state >= 46 )
767 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
770 while ( yy_base[yy_current_state] != 57 );
773 yy_act = yy_accept[yy_current_state];
[all …]
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-lex.c684 register yy_state_type yy_current_state; variable
730 yy_current_state = (yy_start);
735 if ( yy_accept[yy_current_state] )
737 (yy_last_accepting_state) = yy_current_state;
740 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
742 yy_current_state = (int) yy_def[yy_current_state];
743 if ( yy_current_state >= 14 )
746 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
749 while ( yy_base[yy_current_state] != 13 );
752 yy_act = yy_accept[yy_current_state];
[all …]
/freebsd/crypto/heimdal/lib/asn1/
H A Dlex.c1028 register yy_state_type yy_current_state; variable
1074 yy_current_state = (yy_start);
1079 if ( yy_accept[yy_current_state] )
1081 (yy_last_accepting_state) = yy_current_state;
1084 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1086 yy_current_state = (int) yy_def[yy_current_state];
1087 if ( yy_current_state >= 568 )
1090 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1093 while ( yy_base[yy_current_state] != 637 );
1096 yy_act = yy_accept[yy_current_state];
[all …]
/freebsd/usr.bin/lex/
H A Dinitscan.c2193 yy_state_type yy_current_state; variable
2250 yy_current_state = (yy_start);
2251 yy_current_state += YY_AT_BOL();
2256 if ( yy_accept[yy_current_state] )
2258 (yy_last_accepting_state) = yy_current_state;
2261 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
2263 yy_current_state = (int) yy_def[yy_current_state];
2264 if ( yy_current_state >= 1114 )
2267 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
2270 while ( yy_base[yy_current_state] != 4511 );
[all …]
/freebsd/contrib/unbound/util/
H A Dconfiglexer.c4830 yy_state_type yy_current_state; variable
4883 yy_current_state = (yy_start);
4888 if ( yy_accept[yy_current_state] )
4890 (yy_last_accepting_state) = yy_current_state;
4893 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
4895 yy_current_state = (int) yy_def[yy_current_state];
4896 if ( yy_current_state >= 4154 )
4899 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
4902 while ( yy_base[yy_current_state] != 11846 );
4905 yy_act = yy_accept[yy_current_state];
[all …]
/freebsd/contrib/flex/src/
H A Dflex.skl1174 yy_state_type yy_current_state;
1322 yy_current_state = yy_get_previous_state( M4_YY_CALL_ONLY_ARG );
1333 yy_next_state = yy_try_NUL_trans( yy_current_state M4_YY_CALL_LAST_ARG);
1341 yy_current_state = yy_next_state;
1387 yy_current_state = yy_get_previous_state( M4_YY_CALL_ONLY_ARG );
1397 yy_current_state = yy_get_previous_state( M4_YY_CALL_ONLY_ARG );
1712 yy_state_type yy_current_state;
1716 %% [15.0] code to get the start state into yy_current_state goes here
1723 return yy_current_state;
1733 static yy_state_type yy_try_NUL_trans YYFARGS1( yy_state_type, yy_current_state)
[all …]