Home
last modified time | relevance | path

Searched refs:dmove (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.sem.c865 (void) dmove(fd, 0); in doio()
927 (void) dmove(fd, 1); in doio()
965 (void)close_on_exec(pv[0] = dmove(pv[0], -1), 1); in mypipe()
966 (void)close_on_exec(pv[1] = dmove(pv[1], -1), 1); in mypipe()
H A Dsh.c279 mal_setstatsfile(fdopen(dmove(xopen("/tmp/tcsh.trace", in main()
1065 if ((SHIN = dmove(nofile, FSHIN)) < 0) in main()
1556 unit = dmove(unit, -1); in srcfile()
1593 OLDSTD = dmove(0, -1); in st_save()
1598 SHOUT = dmove(1, -1); in st_save()
1603 SHDIAG = dmove(2, -1); in st_save()
H A Dsh.exec.c553 close_on_exec(SHIN = dmove(state->saveIN, state->SHIN), 1); in execash_cleanup()
554 close_on_exec(SHOUT = dmove(state->saveOUT, state->SHOUT), 1); in execash_cleanup()
555 close_on_exec(SHDIAG = dmove(state->saveDIAG, state->SHDIAG), 1); in execash_cleanup()
556 close_on_exec(OLDSTD = dmove(state->saveSTD, state->OLDSTD), 1); in execash_cleanup()
H A Dsh.misc.c343 (void)dmove(fd, 0); in donefds()
354 dmove(int i, int j) in dmove() function
H A Dsh.glob.c752 (void) dmove(pvec[1], 1); in backeval()
753 (void) dmove(SHDIAG, 2); in backeval()
H A Dsh.decls.h270 extern int dmove (int, int);
H A Dtc.os.c816 (void) dmove(pvec[1], 1); in dobs2cmd()
817 (void) dmove(SHDIAG, 2); in dobs2cmd()
H A Dsh.func.c2452 close_on_exec(SHIN = dmove(state->saveIN, state->SHIN), 1);
2453 close_on_exec(SHOUT = dmove(state->saveOUT, state->SHOUT), 1);
2454 close_on_exec(SHDIAG = dmove(state->saveDIAG, state->SHDIAG), 1);
H A DFixes1884 41. dmove() would leave the source descriptor open when using dup2()