Home
last modified time | relevance | path

Searched refs:arcpos (Results 1 – 5 of 5) sorted by relevance

/dports/archivers/unarj/unarj-2.65/
H A Dunarj.c553 long arcpos, lastpos; local
556 arcpos = file_tell(fd);
561 for ( ; arcpos < lastpos; arcpos++)
563 file_seek(fd, arcpos, SEEK_SET);
565 while (arcpos < lastpos)
571 arcpos++;
573 if (arcpos >= lastpos)
581 file_seek(fd, arcpos, SEEK_SET);
582 return arcpos;
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dvariable.c106 worldpos arcpos[100]; variable
H A Dutil.pre178 extern worldpos arcpos[100];
H A Dexterns.h218 extern worldpos arcpos[100];
/dports/cad/py-lcapy/lcapy-23c940f/lcapy/
H A Dschemcpts.py879 arcpos = Pos((p[0].x + p[2].x) / 2, secondary_dot.y - width / 2 + 0.3)
882 width / 2, arcpos, width / 2)