Searched refs:c_exec (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/usr.bin/find/ |
H A D | option.c | 76 { "-exec", N_EXEC, c_exec, 1 }, 133 { "-ok", N_OK, c_exec, 1 },
|
H A D | extern.h | 61 PLAN *c_exec(char ***, int, char *);
|
H A D | function.c | 720 c_exec(char ***argvp, int isok, char *opt) in c_exec() function
|
/netbsd-src/bin/ksh/ |
H A D | c_sh.c | 841 c_exec(wp) in c_exec() function 891 {"*=exec", c_exec},
|
H A D | proto.h | 51 int c_exec ARGS((char **));
|
H A D | exec.c | 501 } else if (tp->val.f == c_exec) { 1238 else if (tp && tp->type == CSHELL && tp->val.f == c_exec) {
|