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

  /external/toybox/toys/pending/
sh.c 207 struct toy_context temp;
211 memcpy(&temp, &toys, sizeof(struct toy_context));
212 memset(&toys, 0, sizeof(struct toy_context));
222 memcpy(&toys, &temp, sizeof(struct toy_context));
  /external/toybox/
toys.h 101 extern struct toy_context { struct
main.c 29 struct toy_context toys;
141 memset(&toys, 0, offsetof(struct toy_context, rebound));

Completed in 587 milliseconds