OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:state_info
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/ksh/
lex.c
54
typedef struct
State_info
State_info
;
55
struct
State_info
{
69
static Lex_state *push_state_ ARGS((
State_info
*si, Lex_state *old_end));
70
static Lex_state *pop_state_ ARGS((
State_info
*si, Lex_state *old_end));
84
if (++statep ==
state_info
.end) \
85
statep = push_state_(&
state_info
, statep); \
90
if (--statep ==
state_info
.base) \
91
statep = pop_state_(&
state_info
, statep); \
110
State_info
state_info
local in function:yylex
[
all
...]
lex.c
54
typedef struct
State_info
State_info
;
55
struct
State_info
{
69
static Lex_state *push_state_ ARGS((
State_info
*si, Lex_state *old_end));
70
static Lex_state *pop_state_ ARGS((
State_info
*si, Lex_state *old_end));
84
if (++statep ==
state_info
.end) \
85
statep = push_state_(&
state_info
, statep); \
90
if (--statep ==
state_info
.base) \
91
statep = pop_state_(&
state_info
, statep); \
110
State_info
state_info
local in function:yylex
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Oct 13 21:09:55 GMT 2025