Searched refs:yy_state_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/flex/
H A DFlexLexer.h59 typedef int yy_state_type; typedef
152 yy_state_type yy_get_previous_state();
153 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
184 yy_state_type yy_last_accepting_state;
187 yy_state_type* yy_state_buf;
188 yy_state_type* yy_state_ptr;
/freebsd-10.2-release/contrib/ofed/libsdp/src/
H A Dconfig_scanner.c293 typedef int yy_state_type; typedef
297 static yy_state_type yy_get_previous_state YY_PROTO(( void ));
298 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
483 static yy_state_type yy_last_accepting_state;
699 register yy_state_type yy_current_state;
1032 yy_state_type yy_next_state;
1268 static yy_state_type yy_get_previous_state()
1270 register yy_state_type yy_current_state;
1304 static yy_state_type yy_try_NUL_tran
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/asn1/
H A Dlex.c148 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
338 typedef int yy_state_type; typedef
347 static yy_state_type yy_get_previous_state (void );
348 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
776 static yy_state_type yy_last_accepting_state;
1028 register yy_state_type yy_current_state;
1741 yy_state_type yy_next_state;
1977 static yy_state_type yy_get_previous_state (void)
1979 register yy_state_type yy_current_stat
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/com_err/
H A Dlex.c148 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
338 typedef int yy_state_type; typedef
347 static yy_state_type yy_get_previous_state (void );
348 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
461 static yy_state_type yy_last_accepting_state;
705 register yy_state_type yy_current_state;
913 yy_state_type yy_next_state;
1149 static yy_state_type yy_get_previous_state (void)
1151 register yy_state_type yy_current_stat
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sl/
H A Dslc-lex.c148 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
338 typedef int yy_state_type; typedef
347 static yy_state_type yy_get_previous_state (void );
348 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
440 static yy_state_type yy_last_accepting_state;
684 register yy_state_type yy_current_state;
850 yy_state_type yy_next_state;
1086 static yy_state_type yy_get_previous_state (void)
1088 register yy_state_type yy_current_stat
[all...]
/freebsd-10.2-release/usr.bin/csup/
H A Dlex.rcs.c165 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
332 typedef int yy_state_type; typedef
336 static yy_state_type yy_get_previous_state (yyscan_t yyscanner );
337 static yy_state_type yy_try_NUL_trans (yy_state_type current_state ,yyscan_t yyscanner);
604 yy_state_type yy_last_accepting_state;
782 register yy_state_type yy_current_state;
974 yy_state_type yy_next_state;
1211 static yy_state_type yy_get_previous_state (yyscan_t yyscanner)
1213 register yy_state_type yy_current_stat
[all...]
/freebsd-10.2-release/usr.bin/lex/
H A Dinitscan.c161 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
352 typedef int yy_state_type; typedef
361 static yy_state_type yy_get_previous_state (void );
362 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1871 static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
2204 yy_state_type yy_current_state;
2231 (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE );
4178 yy_state_type yy_next_state;
4385 static yy_state_type yy_get_previous_stat
[all...]

Completed in 191 milliseconds