Searched refs:next_input (Results 1 – 3 of 3) sorted by relevance
63 obj->next_input = STDIN_FILE_NO; in pex_init_common()207 in = obj->next_input; in pex_run_in_environment()227 obj->next_input = -1; in pex_run_in_environment()263 obj->next_input = p[READ_PORT]; in pex_run_in_environment()308 toclose = obj->next_input; in pex_run_in_environment()357 || (obj->next_input >= 0 && obj->next_input != STDIN_FILE_NO) in pex_input_file()401 if ((obj->next_input >= 0 && obj->next_input != STDIN_FILE_NO) in pex_input_pipe()418 obj->next_input = p[READ_PORT]; in pex_input_pipe()459 o = obj->next_input; in pex_read_output()463 obj->next_input = -1; in pex_read_output()[all …]
89 char *inputs = NULL, *next_input; in cmd_command_prompt_exec() local117 next_input = inputs = xstrdup(s); in cmd_command_prompt_exec()119 next_input = NULL; in cmd_command_prompt_exec()129 if (next_input != NULL) { in cmd_command_prompt_exec()130 input = strsep(&next_input, ","); in cmd_command_prompt_exec()
57 int next_input; member