Searched refs:CFG_TOYBOX_NORECURSE (Results 1 – 4 of 4) sorted by relevance
155 if (!CFG_TOYBOX_NORECURSE && toys.stacktop) in toy_exec_which()
156 if (!CFG_TOYBOX_NORECURSE && toys.stacktop) in toy_exec_which()
699 #define CFG_TOYBOX_NORECURSE 0 macro
210 if (CFG_TOYBOX && !CFG_TOYBOX_NORECURSE && toys.stacktop && **argv != '/') in xexec()