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