Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/heimdal/lib/sl/
HDslc-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-13-stable/crypto/heimdal/lib/com_err/
HDlex.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-13-stable/tools/build/bootstrap-m4/
HDinittokenizer.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-13-stable/crypto/heimdal/lib/asn1/
HDlex.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-13-stable/usr.bin/lex/
HDinitscan.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-13-stable/contrib/unbound/util/
HDconfiglexer.c4700 yy_state_type yy_current_state; variable
4753 yy_current_state = (yy_start);
4758 if ( yy_accept[yy_current_state] )
4760 (yy_last_accepting_state) = yy_current_state;
4763 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
4765 yy_current_state = (int) yy_def[yy_current_state];
4766 if ( yy_current_state >= 4016 )
4769 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
4772 while ( yy_base[yy_current_state] != 11459 );
4775 yy_act = yy_accept[yy_current_state];
[all …]
/freebsd-13-stable/contrib/flex/src/
HDflex.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 …]