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

  /system/core/adb/
services.c 496 struct state_info { struct
504 struct state_info* sinfo = cookie;
530 struct state_info* sinfo = malloc(sizeof(struct state_info));
  /external/mksh/src/
lex.c 89 } State_info;
102 static Lex_state *push_state_(State_info *, Lex_state *);
103 static Lex_state *pop_state_(State_info *, Lex_state *);
156 if (++statep == state_info.end) \
157 statep = push_state_(&state_info, statep); \
162 if (--statep == state_info.base) \
163 statep = pop_state_(&state_info, statep); \
198 State_info state_info; local
209 state_info.base = states
    [all...]

Completed in 1342 milliseconds