Searched defs:toy_context (Results 1 – 2 of 2) sorted by relevance
104 extern struct toy_context { struct105 struct toy_list *which; // Which entry in toy_list is this one?106 char **argv; // Original command line arguments107 char **optargs; // Arguments left over from get_optflags()108 unsigned long long optflags; // Command line option flags from get_optflags()109 int optc; // Count of optargs110 int envc; // Count of original environ entries111 int old_umask; // Old umask preserved by TOYFLAG_UMASK112 short toycount; // Total number of commands in this build113 short signal; // generic_signal() records what signal it saw here[all …]
98 extern struct toy_context { struct99 struct toy_list *which; // Which entry in toy_list is this one?100 char **argv; // Original command line arguments101 char **optargs; // Arguments left over from get_optflags()102 unsigned long long optflags; // Command line option flags from get_optflags()103 int optc; // Count of optargs104 int envc; // Count of original environ entries105 int old_umask; // Old umask preserved by TOYFLAG_UMASK106 short toycount; // Total number of commands in this build107 short signal; // generic_signal() records what signal it saw here[all …]