OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yy_start
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c
79
#define BEGIN
yy_start
= 1 + 2 *
85
#define
YY_START
((
yy_start
- 1) / 2)
86
#define YYSTATE
YY_START
221
static int
yy_start
= 0; /* start state number */
variable in typeref:typename:int
739
if ( !
yy_start
)
740
yy_start
= 1; /* first start state */
767
yy_current_state =
yy_start
;
1065
yy_act = YY_STATE_EOF(
YY_START
);
1253
yy_current_state =
yy_start
;
[
all
...]
lex.yy.c
79
#define BEGIN
yy_start
= 1 + 2 *
85
#define
YY_START
((
yy_start
- 1) / 2)
86
#define YYSTATE
YY_START
221
static int
yy_start
= 0; /* start state number */
variable in typeref:typename:int
739
if ( !
yy_start
)
740
yy_start
= 1; /* first start state */
767
yy_current_state =
yy_start
;
1065
yy_act = YY_STATE_EOF(
YY_START
);
1253
yy_current_state =
yy_start
;
[
all
...]
/src/tools/m4/bootstrap/
tokenizer.c
130
#define BEGIN (
yy_start
) = 1 + 2 *
136
#define
YY_START
(((
yy_start
) - 1) / 2)
137
#define YYSTATE
YY_START
285
static int
yy_start
= 0; /* start state number */
variable in typeref:typename:int
709
if ( ! (
yy_start
) )
710
(
yy_start
) = 1; /* first start state */
739
yy_current_state = (
yy_start
);
944
yy_act = YY_STATE_EOF(
YY_START
);
1132
yy_current_state = (
yy_start
);
[
all
...]
tokenizer.c
130
#define BEGIN (
yy_start
) = 1 + 2 *
136
#define
YY_START
(((
yy_start
) - 1) / 2)
137
#define YYSTATE
YY_START
285
static int
yy_start
= 0; /* start state number */
variable in typeref:typename:int
709
if ( ! (
yy_start
) )
710
(
yy_start
) = 1; /* first start state */
739
yy_current_state = (
yy_start
);
944
yy_act = YY_STATE_EOF(
YY_START
);
1132
yy_current_state = (
yy_start
);
[
all
...]
Completed in 178 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025