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

  /external/mksh/src/
lex.c 155 uint8_t state_flags = statep->ls_flags; \
156 if (++statep == state_info.end) \
157 statep = push_state_i(&state_info, statep); \
158 state = statep->type = (s); \
159 statep->ls_flags = state_flags; \
163 if (--statep == state_info.base) \
164 statep = pop_state_i(&state_info, statep); \
165 state = statep->type;
200 Lex_state states[STATE_BSIZE], *statep, *s2, *base; local
    [all...]
  /bionic/libc/dns/resolv/
res_cache.c 1519 res_state statep; local
    [all...]

Completed in 925 milliseconds