Home
last modified time | relevance | path

Searched refs:FPAR (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.sem.c153 if (((t->t_dflg & FTIME) || (t->t_dflg & FPAR) == 0 &&
327 (t->t_dflg & (FPOU|FAND|FPAR|FINT));
345 t->t_dcdr->t_dflg |= t->t_dflg & (FPAR|FINT);
359 t->t_dcdr->t_dflg |= t->t_dflg & (FPAR|FINT);
H A Dsh.h302 #define FPAR (1<<4) /* don't fork, last ()ized cmd */ macro
H A Dsh.parse.c550 t->t_dflg = FPAR; in syn3()
H A Dsh.glob.c815 t->t_dflg |= FPAR; in backeval()