OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:statep
(Results
1 - 2
of
2
) sorted by null
/external/mksh/src/
lex.c
153
if (++
statep
== state_info.end) \
154
statep
= push_state_i(&state_info,
statep
); \
155
state =
statep
->type = (s); \
159
if (--
statep
== state_info.base) \
160
statep
= pop_state_i(&state_info,
statep
); \
161
state =
statep
->type; \
167
statep
->ls_start = Xsavepos(ws, wp); \
175
wp = Xrestpos(ws, wp,
statep
->ls_start);
194
Lex_state states[STATE_BSIZE], *
statep
, *s2, *base;
local
[
all
...]
/bionic/libc/netbsd/resolv/
res_cache.c
1484
res_state
statep
;
local
[
all
...]
Completed in 160 milliseconds