OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lex_state
(Results
1 - 1
of
1
) sorted by null
/external/mksh/src/
lex.c
59
typedef struct
lex_state
{
struct
62
struct
lex_state
*base;
80
}
Lex_state
;
87
Lex_state
*base;
88
Lex_state
*end;
102
static
Lex_state
*push_state_(State_info *,
Lex_state
*);
103
static
Lex_state
*pop_state_(State_info *,
Lex_state
*);
197
Lex_state
states[STATE_BSIZE], *statep, *s2, *base
[
all
...]
Completed in 550 milliseconds