Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dsh.c207 struct toy_context temp; in run_pipeline()
211 memcpy(&temp, &toys, sizeof(struct toy_context)); in run_pipeline()
212 memset(&toys, 0, sizeof(struct toy_context)); in run_pipeline()
222 memcpy(&toys, &temp, sizeof(struct toy_context)); in run_pipeline()
/external/toybox/
Dmain.c26 struct toy_context toys;
138 memset(&toys, 0, offsetof(struct toy_context, rebound)); in toy_init()
Dtoys.h101 extern struct toy_context { struct