Home
last modified time | relevance | path

Searched refs:didfds (Results 1 – 7 of 7) sorted by relevance

/openbsd/bin/csh/
H A Dsem.c247 odidfds = didfds; in execute()
269 didfds = odidfds; in execute()
348 if (didfds == 0 && t->t_dflg & F_PIPEIN) { in execute()
389 didfds = 0; in execute()
447 if (didfds && !(t->t_dflg & F_REPEAT)) in execute()
520 if (didfds || (flags & F_REPEAT)) in doio()
589 didfds = 1; in doio()
H A Dcsh.c77 bool didfds; variable
734 if (didfds) in srcunit()
852 oldidfds = didfds; in rechist()
853 didfds = 0; in rechist()
860 didfds = oldidfds; in rechist()
1255 #define DESC(a) (*((int *) (a)) - (didfds && *((int *) a) >= FSHIN ? FSHIN : 0))
1306 didfds = 0; /* 0, 1, 2 aren't set up */ in initdesc()
H A Dexec.c367 odidfds = didfds; in execash()
386 didfds = 0; in execash()
395 didfds = odidfds; in execash()
H A Derror.c358 didfds = 0; /* Forget about 0,1,2 */ in stderror()
H A Dmisc.c201 didfds = 0; in donefds()
H A Dcsh.h90 extern bool didfds; /* Have setup i/o fd's for child */
H A Dfunc.c1303 odidfds = didfds; in doeval()
1337 didfds = 0; in doeval()
1344 didfds = odidfds; in doeval()