Searched refs:last_input (Results 1 – 1 of 1) sorted by relevance
217 int last_input = 0; /* pacify some compilers */ in run_pipeline() local261 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() local470 if (last_input != 0) { in run_pipeline()473 if (dup(last_input) < 0) in run_pipeline()[all …]