Searched refs:CFG_TOYBOX (Results 1 – 4 of 4) sorted by relevance
34 if (!CFG_TOYBOX) return 0; in toy_find()88 if (CFG_TOYBOX && toys.which == toy_list && toys.argv[2]) in toy_singleinit()233 if (CFG_TOYBOX) { in main()
10 #if CFG_TOYBOX
188 if (CFG_TOYBOX && !CFG_TOYBOX_NORECURSE && toys.stacktop) toy_exec(argv); in xexec()
1 #define CFG_TOYBOX 1 macro