Home
last modified time | relevance | path

Searched refs:toy_context (Results 1 – 3 of 3) sorted by relevance

/external/toybox/
Dmain.c22 struct toy_context toys;
137 memset(&toys, 0, offsetof(struct toy_context, rebound)); in toy_init()
Dtoys.h98 extern struct toy_context { struct
/external/toybox/toys/pending/
Dsh.c931 struct toy_context temp; in run_command()
935 memcpy(&temp, &toys, sizeof(struct toy_context)); in run_command()
936 memset(&toys, 0, sizeof(struct toy_context)); in run_command()
947 memcpy(&toys, &temp, sizeof(struct toy_context)); in run_command()