Searched refs:ctl (Results 1 – 1 of 1) sorted by relevance
6582 IF_BASH_PROCESS_SUBST(, int ctl))6588 const int ip = (ctl == CTLTOPROC);6589 const int ic = !(ctl == CTLTOPROC);6591 const int ctl = CTLBACKQ; variable6607 jp = (ctl == CTLBACKQ) ? makejob(/*n,*/ 1) : NULL;6608 if (forkshell(jp, (ctl == CTLBACKQ) ? n : NULL, FORK_NOJOB) == 0) {6633 if (ctl != CTLBACKQ) {6655 expbackq(union node *cmd, int flag IF_BASH_PROCESS_SUBST(, int ctl))6658 const int ctl = CTLBACKQ; variable6674 evalbackcmd(cmd, &in IF_BASH_PROCESS_SUBST(, ctl));[all …]