Searched refs:c_exec (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/usr.bin/find/ |
| H A D | option.c | 65 { "-exec", N_EXEC, c_exec, O_ARGVP }, 86 { "-ok", N_OK, c_exec, O_ARGVP },
|
| H A D | extern.h | 59 PLAN *c_exec(char *, char ***, int);
|
| H A D | function.c | 544 c_exec(char *unused, char ***argvp, int isok) in c_exec() function
|
| /openbsd-src/bin/ksh/ |
| H A D | c_sh.c | 826 c_exec(char **wp) in c_exec() function 892 {"*=exec", c_exec},
|
| H A D | exec.c | 121 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 D | sh.h | 415 int c_exec(char **);
|