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

/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/amd/fsinfo/
H A Dnull_lex.c176 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
364 typedef int yy_state_type; typedef
373 static yy_state_type yy_get_previous_state (void );
374 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
459 static yy_state_type yy_last_accepting_state;
661 register yy_state_type yy_current_state;
793 yy_state_type yy_next_state;
1029 static yy_state_type yy_get_previous_state (void)
1031 register yy_state_type yy_current_stat
[all...]
/freebsd-11-stable/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 118 milliseconds