Home
last modified time | relevance | path

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

/NextBSD/contrib/ofed/libsdp/src/
HDconfig_scanner.c699 register yy_state_type yy_current_state; variable
744 yy_current_state = yy_start;
745 yy_current_state += YY_AT_BOL();
750 if ( yy_accept[yy_current_state] )
752 yy_last_accepting_state = yy_current_state;
755 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
757 yy_current_state = (int) yy_def[yy_current_state];
758 if ( yy_current_state >= 171 )
761 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
764 while ( yy_base[yy_current_state] != 215 );
[all …]
/NextBSD/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 …]
/NextBSD/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 …]
/NextBSD/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 …]
/NextBSD/usr.bin/lex/
HDinitscan.c2204 yy_state_type yy_current_state; variable
2271 yy_current_state = (yy_start);
2272 yy_current_state += YY_AT_BOL();
2275 *(yy_state_ptr)++ = yy_current_state;
2281 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
2283 yy_current_state = (int) yy_def[yy_current_state];
2284 if ( yy_current_state >= 1107 )
2287 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
2288 *(yy_state_ptr)++ = yy_current_state;
2291 while ( yy_base[yy_current_state] != 3975 );
[all …]
/NextBSD/contrib/flex/
HDflex.skl1276 yy_state_type yy_current_state;
1418 yy_current_state = yy_get_previous_state( M4_YY_CALL_ONLY_ARG );
1429 yy_next_state = yy_try_NUL_trans( yy_current_state M4_YY_CALL_LAST_ARG);
1437 yy_current_state = yy_next_state;
1483 yy_current_state = yy_get_previous_state( M4_YY_CALL_ONLY_ARG );
1493 yy_current_state = yy_get_previous_state( M4_YY_CALL_ONLY_ARG );
1774 yy_state_type yy_current_state;
1778 %% [15.0] code to get the start state into yy_current_state goes here
1785 return yy_current_state;
1795 static yy_state_type yy_try_NUL_trans YYFARGS1( yy_state_type, yy_current_state)
[all …]