Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/less/
Dedit.c176 FILE *altpipe; in close_file() local
204 altpipe = get_altpipe(curr_ifile); in close_file()
205 if (altpipe != NULL && !(chflags & CH_KEEPOPEN)) in close_file()
207 close_pipe(altpipe); in close_file()
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 …]