Home
last modified time | relevance | path

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

/dports/devel/z88dk/z88dk/examples/console/
H A Dvtstone.c351 int dmove(char *_new, int move) in dmove() function
417 if (!dmove(board,inp)) continue; in main()
429 if (dmove(board,inp)) break; in main()
/dports/shells/44bsd-csh/44bsd-csh-20001106_5/
H A Dsem.c555 (void) dmove(fd, 0);
601 (void) dmove(fd, 1);
631 pv[0] = dmove(pv[0], -1);
632 pv[1] = dmove(pv[1], -1);
H A Dexec.c422 SHIN = dmove(saveIN, oSHIN);
423 SHOUT = dmove(saveOUT, oSHOUT);
424 SHERR = dmove(saveDIAG, oSHERR);
425 OLDSTD = dmove(saveSTD, oOLDSTD);
H A Dmisc.c281 dmove(i, j) in dmove() function
H A Dfunc.c1479 SHIN = dmove(saveIN, oSHIN);
1480 SHOUT = dmove(saveOUT, oSHOUT);
1481 SHERR = dmove(saveERR, oSHERR);
H A Dglob.c711 (void) dmove(pvec[1], 1);
712 (void) dmove(SHERR, 2);
H A Dcsh.c388 if ((SHIN = dmove(nofile, FSHIN)) < 0)
672 unit = dmove(unit, -1);
H A Dextern.h209 int dmove __P((int, int));
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twmc/
H A Ddebug.c254 void dmove() in dmove() function
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dstemdb.c5259 double dmove; in GDBundleStems() local
5374 dmove = ( stem->left.y - bounds.miny ) / stem->unit.y; in GDBundleStems()
5377 stem->active[j].start += dmove; in GDBundleStems()
5378 stem->active[j].end += dmove; in GDBundleStems()