HomeSort by relevance Sort by last modified time
    Searched defs:statep (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
lex.c 151 if (++statep == state_info.end) \
152 statep = push_state_i(&state_info, statep); \
153 state = statep->type = (s); \
157 if (--statep == state_info.base) \
158 statep = pop_state_i(&state_info, statep); \
159 state = statep->type; \
166 statep->ls_start = Xsavepos(ws, wp); \
174 wp = Xrestpos(ws, wp, statep->ls_start);
194 Lex_state states[STATE_BSIZE], *statep, *s2, *base; local
    [all...]
  /bionic/libc/dns/resolv/
res_cache.c 1451 res_state statep; local
    [all...]

Completed in 73 milliseconds