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

/macosx-10.10.1/groff-38/groff/src/roff/groff/
H A Dpipeline.c215 int last_input = 0; /* pacify some compilers */ local
259 last_input = pdes[0];
264 if (dup2(last_input, STDIN_FILENO) < 0) {
268 if (close(last_input) < 0) {
269 sprintf(err_str, "%s: close(last_input)", commands[i][0]);
281 last_input = pdes[0];
286 if (dup2(last_input, STDIN_FILENO) < 0) {
290 if (close(last_input) < 0) {
291 sprintf(err_str, "%s: close(last_input)", commands[i][0]);
450 int last_input local
[all...]

Completed in 102 milliseconds