OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yy_state_type
(Results
1 - 23
of
23
) sorted by relevancy
/src/external/bsd/elftosb/dist/elftosb2/
FlexLexer.h
59
typedef int
yy_state_type
;
typedef
154
yy_state_type
yy_get_previous_state();
155
yy_state_type
yy_try_NUL_trans(
yy_state_type
current_state );
186
yy_state_type
yy_last_accepting_state;
189
yy_state_type
* yy_state_buf;
190
yy_state_type
* yy_state_ptr;
elftosb_lexer.cpp
158
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(
yy_state_type
))
720
register
yy_state_type
yy_current_state;
1282
yy_state_type
yy_next_state;
1608
yy_state_type
yyFlexLexer::yy_get_previous_state()
1610
register
yy_state_type
yy_current_state;
1640
yy_state_type
yyFlexLexer::yy_try_NUL_trans(
yy_state_type
yy_current_state )
/src/external/bsd/flex/dist/src/
FlexLexer.h
58
typedef int
yy_state_type
;
typedef
169
yy_state_type
yy_get_previous_state();
170
yy_state_type
yy_try_NUL_trans(
yy_state_type
current_state );
201
yy_state_type
yy_last_accepting_state;
204
yy_state_type
* yy_state_buf;
205
yy_state_type
* yy_state_ptr;
initscan.c
144
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(
yy_state_type
))
328
typedef int
yy_state_type
;
typedef
339
static
yy_state_type
yy_get_previous_state ( void );
340
static
yy_state_type
yy_try_NUL_trans (
yy_state_type
current_state );
1830
static
yy_state_type
yy_last_accepting_state;
2186
yy_state_type
yy_current_state;
3893
yy_state_type
yy_next_state;
4132
static
yy_state_type
yy_get_previous_state (void)
4134
yy_state_type
yy_current_state
[
all
...]
/src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c
269
typedef int
yy_state_type
;
typedef
273
static
yy_state_type
yy_get_previous_state YY_PROTO(( void ));
274
static
yy_state_type
yy_try_NUL_trans YY_PROTO((
yy_state_type
current_state ));
390
static
yy_state_type
yy_last_accepting_state;
615
register
yy_state_type
yy_current_state;
904
yy_state_type
yy_next_state;
1140
static
yy_state_type
yy_get_previous_state()
1142
register
yy_state_type
yy_current_state;
1175
static
yy_state_type
yy_try_NUL_trans( yy_state_type yy_current_state
[
all
...]
/src/tools/m4/bootstrap/
tokenizer.c
154
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(
yy_state_type
))
344
typedef int
yy_state_type
;
typedef
353
static
yy_state_type
yy_get_previous_state (void );
354
static
yy_state_type
yy_try_NUL_trans (
yy_state_type
current_state );
461
static
yy_state_type
yy_last_accepting_state;
693
register
yy_state_type
yy_current_state;
891
yy_state_type
yy_next_state;
1127
static
yy_state_type
yy_get_previous_state (void)
1129
register
yy_state_type
yy_current_state
[
all
...]
/src/external/gpl3/binutils/dist/binutils/
arlex.c
145
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(
yy_state_type
))
332
typedef int
yy_state_type
;
typedef
343
static
yy_state_type
yy_get_previous_state ( void );
344
static
yy_state_type
yy_try_NUL_trans (
yy_state_type
current_state );
538
static
yy_state_type
yy_last_accepting_state;
776
yy_state_type
yy_current_state;
1110
yy_state_type
yy_next_state;
1351
static
yy_state_type
yy_get_previous_state (void)
1353
yy_state_type
yy_current_state
[
all
...]
deflex.c
145
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(
yy_state_type
))
332
typedef int
yy_state_type
;
typedef
343
static
yy_state_type
yy_get_previous_state ( void );
344
static
yy_state_type
yy_try_NUL_trans (
yy_state_type
current_state );
554
static
yy_state_type
yy_last_accepting_state;
786
yy_state_type
yy_current_state;
1137
yy_state_type
yy_next_state;
1378
static
yy_state_type
yy_get_previous_state (void)
1380
yy_state_type
yy_current_state
[
all
...]
syslex.c
145
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(
yy_state_type
))
330
typedef int
yy_state_type
;
typedef
341
static
yy_state_type
yy_get_previous_state ( void );
342
static
yy_state_type
yy_try_NUL_trans (
yy_state_type
current_state );
480
static
yy_state_type
yy_last_accepting_state;
711
yy_state_type
yy_current_state;
977
yy_state_type
yy_next_state;
1218
static
yy_state_type
yy_get_previous_state (void)
1220
yy_state_type
yy_current_state
[
all
...]
/src/external/gpl3/binutils/dist/gas/config/
loongarch-lex.c
145
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(
yy_state_type
))
332
typedef int
yy_state_type
;
typedef
343
static
yy_state_type
yy_get_previous_state ( void );
344
static
yy_state_type
yy_try_NUL_trans (
yy_state_type
current_state );
460
static
yy_state_type
yy_last_accepting_state;
689
yy_state_type
yy_current_state;
898
yy_state_type
yy_next_state;
1139
static
yy_state_type
yy_get_previous_state (void)
1141
yy_state_type
yy_current_state
[
all
...]
bfin-lex.c
145
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(
yy_state_type
))
332
typedef int
yy_state_type
;
typedef
343
static
yy_state_type
yy_get_previous_state ( void );
344
static
yy_state_type
yy_try_NUL_trans (
yy_state_type
current_state );
777
static
yy_state_type
yy_last_accepting_state;
1020
yy_state_type
yy_current_state;
2376
yy_state_type
yy_next_state;
2617
static
yy_state_type
yy_get_previous_state (void)
2619
yy_state_type
yy_current_state
[
all
...]
/src/external/gpl3/binutils/dist/gas/
itbl-lex.c
145
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(
yy_state_type
))
332
typedef int
yy_state_type
;
typedef
343
static
yy_state_type
yy_get_previous_state ( void );
344
static
yy_state_type
yy_try_NUL_trans (
yy_state_type
current_state );
472
static
yy_state_type
yy_last_accepting_state;
706
yy_state_type
yy_current_state;
957
yy_state_type
yy_next_state;
1198
static
yy_state_type
yy_get_previous_state (void)
1200
yy_state_type
yy_current_state
[
all
...]
/src/external/gpl3/binutils.old/dist/binutils/
arlex.c
145
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(
yy_state_type
))
332
typedef int
yy_state_type
;
typedef
343
static
yy_state_type
yy_get_previous_state ( void );
344
static
yy_state_type
yy_try_NUL_trans (
yy_state_type
current_state );
538
static
yy_state_type
yy_last_accepting_state;
776
yy_state_type
yy_current_state;
1110
yy_state_type
yy_next_state;
1351
static
yy_state_type
yy_get_previous_state (void)
1353
yy_state_type
yy_current_state
[
all
...]
deflex.c
145
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(
yy_state_type
))
332
typedef int
yy_state_type
;
typedef
343
static
yy_state_type
yy_get_previous_state ( void );
344
static
yy_state_type
yy_try_NUL_trans (
yy_state_type
current_state );
554
static
yy_state_type
yy_last_accepting_state;
786
yy_state_type
yy_current_state;
1137
yy_state_type
yy_next_state;
1378
static
yy_state_type
yy_get_previous_state (void)
1380
yy_state_type
yy_current_state
[
all
...]
syslex.c
145
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(
yy_state_type
))
330
typedef int
yy_state_type
;
typedef
341
static
yy_state_type
yy_get_previous_state ( void );
342
static
yy_state_type
yy_try_NUL_trans (
yy_state_type
current_state );
480
static
yy_state_type
yy_last_accepting_state;
711
yy_state_type
yy_current_state;
977
yy_state_type
yy_next_state;
1218
static
yy_state_type
yy_get_previous_state (void)
1220
yy_state_type
yy_current_state
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
loongarch-lex.c
145
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(
yy_state_type
))
332
typedef int
yy_state_type
;
typedef
343
static
yy_state_type
yy_get_previous_state ( void );
344
static
yy_state_type
yy_try_NUL_trans (
yy_state_type
current_state );
460
static
yy_state_type
yy_last_accepting_state;
689
yy_state_type
yy_current_state;
898
yy_state_type
yy_next_state;
1139
static
yy_state_type
yy_get_previous_state (void)
1141
yy_state_type
yy_current_state
[
all
...]
bfin-lex.c
145
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(
yy_state_type
))
332
typedef int
yy_state_type
;
typedef
343
static
yy_state_type
yy_get_previous_state ( void );
344
static
yy_state_type
yy_try_NUL_trans (
yy_state_type
current_state );
777
static
yy_state_type
yy_last_accepting_state;
1020
yy_state_type
yy_current_state;
2376
yy_state_type
yy_next_state;
2617
static
yy_state_type
yy_get_previous_state (void)
2619
yy_state_type
yy_current_state
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/
itbl-lex.c
145
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(
yy_state_type
))
332
typedef int
yy_state_type
;
typedef
343
static
yy_state_type
yy_get_previous_state ( void );
344
static
yy_state_type
yy_try_NUL_trans (
yy_state_type
current_state );
472
static
yy_state_type
yy_last_accepting_state;
706
yy_state_type
yy_current_state;
957
yy_state_type
yy_next_state;
1198
static
yy_state_type
yy_get_previous_state (void)
1200
yy_state_type
yy_current_state
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
gengtype-lex.cc
151
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(
yy_state_type
))
338
typedef int
yy_state_type
;
typedef
349
static
yy_state_type
yy_get_previous_state ( void );
350
static
yy_state_type
yy_try_NUL_trans (
yy_state_type
current_state );
1177
static
yy_state_type
yy_last_accepting_state;
1434
yy_state_type
yy_current_state;
1993
yy_state_type
yy_next_state;
2235
static
yy_state_type
yy_get_previous_state (void)
2237
yy_state_type
yy_current_state
[
all
...]
/src/external/bsd/nsd/dist/
configlexer.c
405
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(
yy_state_type
))
589
typedef int
yy_state_type
;
typedef
600
static
yy_state_type
yy_get_previous_state ( void );
601
static
yy_state_type
yy_try_NUL_trans (
yy_state_type
current_state );
2200
static
yy_state_type
yy_last_accepting_state;
2575
yy_state_type
yy_current_state;
3668
yy_state_type
yy_next_state;
3909
static
yy_state_type
yy_get_previous_state (void)
3911
yy_state_type
yy_current_state
[
all
...]
/src/external/gpl3/binutils/dist/ld/
ldlex.c
145
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(
yy_state_type
))
332
typedef int
yy_state_type
;
typedef
343
static
yy_state_type
yy_get_previous_state ( void );
344
static
yy_state_type
yy_try_NUL_trans (
yy_state_type
current_state );
1354
static
yy_state_type
yy_last_accepting_state;
1650
yy_state_type
yy_current_state;
2958
yy_state_type
yy_next_state;
3199
static
yy_state_type
yy_get_previous_state (void)
3201
yy_state_type
yy_current_state
[
all
...]
/src/external/gpl3/binutils.old/dist/ld/
ldlex.c
145
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(
yy_state_type
))
332
typedef int
yy_state_type
;
typedef
343
static
yy_state_type
yy_get_previous_state ( void );
344
static
yy_state_type
yy_try_NUL_trans (
yy_state_type
current_state );
1354
static
yy_state_type
yy_last_accepting_state;
1650
yy_state_type
yy_current_state;
2958
yy_state_type
yy_next_state;
3199
static
yy_state_type
yy_get_previous_state (void)
3201
yy_state_type
yy_current_state
[
all
...]
/src/external/bsd/unbound/dist/util/
configlexer.c
147
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(
yy_state_type
))
331
typedef int
yy_state_type
;
typedef
342
static
yy_state_type
yy_get_previous_state ( void );
343
static
yy_state_type
yy_try_NUL_trans (
yy_state_type
current_state );
4399
static
yy_state_type
yy_last_accepting_state;
4804
yy_state_type
yy_current_state;
7139
yy_state_type
yy_next_state;
7380
static
yy_state_type
yy_get_previous_state (void)
7382
yy_state_type
yy_current_state
[
all
...]
Completed in 111 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026