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 399 struct state_info { struct
407 struct state_info* sinfo = cookie;
551 struct state_info* sinfo = malloc(sizeof(struct state_info));
  /external/mksh/src/
lex.c 89 } State_info;
102 static Lex_state *push_state_i(State_info *, Lex_state *);
103 static Lex_state *pop_state_i(State_info *, Lex_state *);
153 if (++statep == state_info.end) \
154 statep = push_state_i(&state_info, statep); \
159 if (--statep == state_info.base) \
160 statep = pop_state_i(&state_info, statep); \
195 State_info state_info; local
206 state_info.base = states
    [all...]

Completed in 240 milliseconds