Home
last modified time | relevance | path

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

/freebsd/usr.bin/find/
H A Dfind.h161 #define e_pnummax p_un.ex._e_pnummax macro
H A Dfunction.c637 if (++plan->e_ppos < plan->e_pnummax && in f_exec()
747 new->e_pnummax = new->flags & F_EXECDIR ? 1 : argmax / 16; in c_exec()
748 argmax -= sizeof(char *) * new->e_pnummax; in c_exec()
753 cnt += new->e_pnummax + 1; in c_exec()
785 for (i = 0; i < new->e_pnummax; i++) { in c_exec()