HomeSort by relevance Sort by last modified time
    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 1478 res_state statep; local
    [all...]

Completed in 80 milliseconds