usr.bin/mg/buffer.c
1011
{DIFFTOOL, "-u", "-p", curbp->b_fname, "-", (char *)NULL};
usr.bin/mg/buffer.c
1019
if (access(DIFFTOOL, X_OK) != 0) {
usr.bin/mg/buffer.c
1021
ewprintf("%s not found or not executable.", DIFFTOOL);
usr.bin/mg/buffer.c
1056
ret = pipeio(DIFFTOOL, argv, text, len, bp);