Searched defs:toys (Results 1 - 2 of 2) sorted by relevance

/external/toybox/
H A Dmain.c6 #include "toys.h"
26 struct toy_context toys; variable in typeref:struct:toy_context
73 toys.which = which;
74 toys.argv = argv;
79 if (CFG_TOYBOX && toys.which == toy_list && toys.argv[2])
80 if (!(toys.which = toy_find(toys.argv[2]))) return;
87 toys.optargs = argv+1;
88 for (toys
[all...]
/external/toybox/scripts/
H A Dconfig2help.c1 #include "toys.h"
3 // Humor toys.h
4 struct toy_context toys; variable in typeref:struct:toy_context

Completed in 113 milliseconds