usr.bin/mg/dired.c
43
static int d_exec(int, struct buffer *, const char *, const char *, ...);
usr.bin/mg/dired.c
630
if (d_exec(0, bp, fname, "sh", "-c", command, NULL) != TRUE)
usr.bin/mg/dired.c
970
if ((d_exec(2, bp, NULL, "ls", "-al", dname, NULL)) != TRUE)