Lines Matching refs:F_AMPERSAND
183 if (t->t_dflg & F_AMPERSAND) in execute()
381 (F_PIPEOUT | F_AMPERSAND | F_NICE | F_NOHUP | F_HUP)))) || in execute()
389 t->t_dflg & (F_REPEAT | F_AMPERSAND) || bifunc) in execute()
410 else if (pid != 0 && (t->t_dflg & F_AMPERSAND)) in execute()
622 if ((t->t_dflg & F_AMPERSAND) == 0) in execute()
700 (F_PIPEOUT | F_AMPERSAND | F_NOFORK | F_NOINTERRUPT | F_BACKQ)); in execute()
703 (F_PIPEIN | F_AMPERSAND | F_STDERR | F_NOINTERRUPT | F_BACKQ)); in execute()
707 (F_PIPEIN | F_AMPERSAND | F_STDERR | F_NOINTERRUPT | F_BACKQ)); in execute()
710 (F_PIPEOUT | F_AMPERSAND | F_NOFORK | F_NOINTERRUPT | F_BACKQ)); in execute()
722 if (t->t_dcar->t_dflg & F_AMPERSAND && t->t_dcdr && in execute()
723 (t->t_dcdr->t_dflg & F_AMPERSAND) == 0) in execute()