HomeSort by: relevance | last modified time | path
    Searched refs:F_AMPERSAND (Results 1 - 5 of 5) sorted by relevancy

  /src/bin/csh/
sem.c 82 if (t->t_dflg & F_AMPERSAND)
193 (F_PIPEOUT | F_AMPERSAND | F_NICE | F_NOHUP)))) ||
200 t->t_dflg & (F_REPEAT | F_AMPERSAND) || bifunc) {
218 else if (pid != 0 && (t->t_dflg & F_AMPERSAND))
358 if ((t->t_dflg & F_AMPERSAND) == 0)
397 (t->t_dflg & (F_PIPEIN | F_AMPERSAND | F_STDERR | F_NOINTERRUPT));
400 (F_PIPEOUT | F_AMPERSAND | F_NOFORK | F_NOINTERRUPT));
412 if (t->t_dcar->t_dflg & F_AMPERSAND && t->t_dcdr &&
413 (t->t_dcdr->t_dflg & F_AMPERSAND) == 0)
parse.c 267 t->t_dflg = F_AMPERSAND | F_NOINTERRUPT;
272 t1->t_dflg |= F_AMPERSAND | F_NOINTERRUPT;
func.c 88 if (t->t_dflg & F_AMPERSAND) {
89 t->t_dflg &= ~F_AMPERSAND;
csh.h 315 int t_dflg; /* Flags, e.g. F_AMPERSAND|... */
318 #define F_AMPERSAND (1<<0) /* executes in background */
proc.c 460 pp->p_flags = t->t_dflg & F_AMPERSAND ? PRUNNING : PRUNNING | PFOREGND;

Completed in 234 milliseconds