Home
last modified time | relevance | path

Searched refs:ep_narg (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/usr.bin/find/
Dfunction.c604 plan->ep_bxp[plan->ep_narg++] = in f_exec()
608 if (plan->ep_narg == plan->ep_maxargs) in f_exec()
618 plan->ep_bxp[plan->ep_narg++] in f_exec()
666 plan->ep_bxp[plan->ep_narg] = NULL; in run_f_exec()
688 plan->ep_narg = 0; in run_f_exec()
689 plan->ep_bxp[plan->ep_narg] = NULL; in run_f_exec()
772 new->ep_narg = 0; in c_exec()
2010 if (plan->type==N_EXEC && plan->ep_narg) in plan_cleanup()
Dfind.h123 #define ep_narg p_un.ex._ep_narg macro