Searched refs:toy_context (Results 1 – 3 of 3) sorted by relevance
22 struct toy_context toys;137 memset(&toys, 0, offsetof(struct toy_context, rebound)); in toy_init()
98 extern struct toy_context { struct
931 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()