Searched defs:toy_context (Results 1 – 1 of 1) sorted by relevance
110 extern struct toy_context { struct111 struct toy_list *which; // Which entry in toy_list is this one?112 char **argv; // Original command line arguments113 char **optargs; // Arguments left over from get_optflags()114 unsigned long long optflags; // Command line option flags from get_optflags()115 int optc; // Count of optargs116 short toycount; // Total number of commands in this build117 char exitval; // Value error_exit feeds to exit()118 char wasroot; // dropped setuid121 sigjmp_buf *rebound; // siglongjmp here instead of exit when do_rebound[all …]