Home
last modified time | relevance | path

Searched refs:c_exec (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/usr.bin/find/
H A Doption.c65 { "-exec", N_EXEC, c_exec, O_ARGVP },
86 { "-ok", N_OK, c_exec, O_ARGVP },
H A Dextern.h59 PLAN *c_exec(char *, char ***, int);
H A Dfunction.c544 c_exec(char *unused, char ***argvp, int isok) in c_exec() function
/openbsd-src/bin/ksh/
H A Dc_sh.c826 c_exec(char **wp) in c_exec() function
892 {"*=exec", c_exec},
H A Dexec.c121 if (tp && tp->val.f != c_exec && in execute()
457 } else if (tp->val.f == c_exec) { in comexec()
1167 else if (tp && tp->type == CSHELL && tp->val.f == c_exec) { in iosetup()
H A Dsh.h415 int c_exec(char **);