Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/groff/
H A Dpipeline.c217 int last_input = 0; /* pacify some compilers */ in run_pipeline() local
261 last_input = pdes[0]; in run_pipeline()
266 if (dup2(last_input, STDIN_FILENO) < 0) { in run_pipeline()
270 if (close(last_input) < 0) { in run_pipeline()
283 last_input = pdes[0]; in run_pipeline()
288 if (dup2(last_input, STDIN_FILENO) < 0) { in run_pipeline()
292 if (close(last_input) < 0) { in run_pipeline()
452 int last_input = 0; in run_pipeline() local
470 if (last_input != 0) { in run_pipeline()
473 if (dup(last_input) < 0) in run_pipeline()
[all …]