Searched refs:altpipe (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/less/
H A Dedit.c176 FILE *altpipe; local
204 altpipe = get_altpipe(curr_ifile);
205 if (altpipe != NULL && !(chflags & CH_KEEPOPEN))
207 close_pipe(altpipe);
247 void *altpipe; local
301 altpipe = get_altpipe(ifile);
302 if (altpipe != NULL)
320 alt_filename = open_altfile(filename, &f, &altpipe);
325 if (altpipe != NULL)
375 close_pipe(altpipe);
[all...]

Completed in 39 milliseconds