Home
last modified time | relevance | path

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

/minix3/bin/csh/
H A Dsem.c549 (void)dmove(fd, 0); in doio()
598 (void)dmove(fd, 1); in doio()
626 pv[0] = dmove(pv[0], -1); in mypipe()
627 pv[1] = dmove(pv[1], -1); in mypipe()
H A Dexec.c410 SHIN = dmove(saveIN, oSHIN); in execash()
411 SHOUT = dmove(saveOUT, oSHOUT); in execash()
412 SHERR = dmove(saveDIAG, oSHERR); in execash()
413 OLDSTD = dmove(saveSTD, oOLDSTD); in execash()
H A Dmisc.c262 dmove(int i, int j) in dmove() function
H A Dextern.h216 int dmove(int, int);
H A Dglob.c672 (void)dmove(pvec[1], 1); in backeval()
673 (void)dmove(SHERR, 2); in backeval()
H A Dfunc.c1431 SHIN = dmove(saveIN, oSHIN); in doeval()
1432 SHOUT = dmove(saveOUT, oSHOUT); in doeval()
1433 SHERR = dmove(saveERR, oSHERR); in doeval()
H A Dcsh.c383 if ((SHIN = dmove(nofile, FSHIN)) < 0) in main()
662 unit = dmove(unit, -1); in srcfile()