OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:state_info
(Results
1 - 2
of
2
) sorted by null
/external/mksh/src/
lex.c
114
}
State_info
;
126
static Lex_state *push_state_(
State_info
*, Lex_state *);
127
static Lex_state *pop_state_(
State_info
*, Lex_state *);
166
if (++statep ==
state_info
.end) \
167
statep = push_state_(&
state_info
, statep); \
172
if (--statep ==
state_info
.base) \
173
statep = pop_state_(&
state_info
, statep); \
189
State_info
state_info
;
local
199
state_info
.base = states
[
all
...]
/system/core/adb/
services.c
507
struct
state_info
{
struct
515
struct
state_info
* sinfo = cookie;
541
struct
state_info
* sinfo = malloc(sizeof(struct
state_info
));
Completed in 49 milliseconds