Home
last modified time | relevance | path

Searched refs:toycount (Results 1 – 3 of 3) sorted by relevance

/external/toybox/toys/other/
Dhelp.c63 for (i=0; i < toys.toycount; i++) in help_main()
69 for (i = 0; i < toys.toycount; i++) { in help_main()
/external/toybox/
Dtoys.h109 short toycount; // Total number of commands in this build member
Dmain.c108 toys.toycount = ARRAY_LEN(toy_list); in toy_singleinit()