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

/openbsd-current/gnu/lib/libiberty/src/
H A Dpex-common.c63 obj->next_input = STDIN_FILE_NO;
207 in = obj->next_input;
227 obj->next_input = -1;
263 obj->next_input = p[READ_PORT];
308 toclose = obj->next_input;
357 || (obj->next_input >= 0 && obj->next_input != STDIN_FILE_NO)
401 if ((obj->next_input >= 0 && obj->next_input != STDIN_FILE_NO)
418 obj->next_input
[all...]
/openbsd-current/gnu/lib/libiberty/include/
H A Dpex-common.h57 int next_input; member in struct:pex_obj
/openbsd-current/usr.bin/tmux/
H A Dcmd-command-prompt.c89 char *inputs = NULL, *next_input; local
117 next_input = inputs = xstrdup(s);
119 next_input = NULL;
129 if (next_input != NULL) {
130 input = strsep(&next_input, ",");

Completed in 73 milliseconds