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

/macosx-10.10/zsh-61/zsh/Src/
H A Dexec.c393 static int list_pipe_child = 0, list_pipe_job; variable
416 if (!list_pipe && thisjob != -1 && thisjob != list_pipe_job &&
950 if (jobtab[list_pipe_job].gleader && (list_pipe || list_pipe_child)) {
951 if (setpgrp(0L, jobtab[list_pipe_job].gleader) == -1 ||
952 killpg(jobtab[list_pipe_job].gleader, 0) == -1) {
953 jobtab[list_pipe_job].gleader =
955 setpgrp(0L, jobtab[list_pipe_job].gleader);
973 if (list_pipe_job != thisjob &&
974 !jobtab[list_pipe_job].gleader)
975 jobtab[list_pipe_job]
[all...]
H A Dzsh.h967 int list_pipe_job; member in struct:execstack

Completed in 129 milliseconds