Home
last modified time | relevance | path

Searched refs:doexec (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.decls.h114 extern void doexec (struct command *, int);
H A Dsh.exec.c146 doexec(struct command *t, int do_glob) in doexec() function
612 doexec(kp, 1); in execash()
H A Dsh.sem.c666 doexec(t, do_glob); in execute()
/freebsd/usr.bin/find/
H A Dfunction.c618 goto doexec; in f_exec()
645 doexec: if ((plan->flags & F_NEEDOK) && !queryuser(plan->e_argv)) in f_exec()