Home
last modified time | relevance | path

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

/external/toybox/
Dtoys.h100 extern struct toy_context { struct
101 struct toy_list *which; // Which entry in toy_list is this one?
102 char **argv; // Original command line arguments
103 char **optargs; // Arguments left over from get_optflags()
104 unsigned long long optflags; // Command line option flags from get_optflags()
105 int optc; // Count of optargs
106 short toycount; // Total number of commands in this build
107 char exitval; // Value error_exit feeds to exit()
108 char wasroot; // dropped setuid
111 sigjmp_buf *rebound; // siglongjmp here instead of exit when do_rebound
[all …]