Home
last modified time | relevance | path

Searched refs:wx (Results 1 – 13 of 13) sorted by relevance

/original-bsd/sys/deprecated/kdb/
H A Dkdb_format.c86 register long savdot, wx; local
94 wx = kdbget(kdbdot, itype);
95 w = shorten(wx);
97 wx = w = kdbdot;
101 w = btol(wx);
107 kdbvar[0] = wx;
134 kdbprintf("%-16U",wx); break;
153 kdbprintf("%-16R", wx); break;
171 kdbprintf("%-16X", wx); break;
177 kdbprintf("%-16Z", wx); break;
[all …]
/original-bsd/old/adb/adb.tahoe/
H A Dformat.c87 REG L_INT savdot, wx; local
99 THEN wx=dot; w=dot;
101 THEN w=btol(wx); FI
102 ELSE wx=get(dot,itype); local
103 w=shorten(wx);
107 var[0]=wx;
134 printf("%-16U",wx); break;
155 printf("%-16R", wx); break;
173 printf("%-16X", wx); break;
212 fw.s[1] = wx&0xffff;
[all …]
/original-bsd/old/adb/adb.vax/
H A Dformat.c96 L_INT savdot, wx; local
109 THEN wx=dot; w=dot;
113 ELSE wx=w; local
129 var[0]=wx;
156 printf("%-16U",wx); break;
177 printf("%-16R", wx); break;
195 printf("%-16X", wx); break;
198 printf("%-24Y", wx); break;
204 printf("%-16Q", wx); break;
210 printf("%-16O", wx); break;
[all …]
/original-bsd/games/hack/
H A Dhack.worm.c28 wtmp->wx = mtmp->mx;
38 wtmp->wx = mtmp->mx;
44 if(cansee(whd->wx,whd->wy)){
46 atl(whd->wx, whd->wy, '~');
97 if(!cansee(wtmp->wx,wtmp->wy) && wtmp->wdispl){
98 newsym(wtmp->wx, wtmp->wy);
105 atl(wtmp->wx, wtmp->wy, '~');
129 if(wtmp->wx == x && wtmp->wy == y){
150 if(wtmp->nseg->wx == x && wtmp->nseg->wy == y){
159 mtmp2->mx = wtmp->wx;
[all …]
H A Ddef.wseg.h8 xchar wx,wy; member
H A Dhack.invent.c186 if(wtmp->wx == x && wtmp->wy == y){
/original-bsd/lib/libcurses/
H A Drefresh.c198 int lch, wx, y; local
208 if (wx < 0)
209 wx = 0;
248 while (wx <= lch) {
250 if (wx <= lch) {
256 ++wx;
266 wx, ly, lx, y, wx + win->begx, force);
269 lx = wx + win->begx;
271 && wx <= lch) {
323 wx++;
[all …]
/original-bsd/games/xroach/
H A Dxroach.c471 int wx; in CalcRootVisible() local
499 for (wx=0; wx<nChildren; wx++) { in CalcRootVisible()
502 XGetWindowAttributes(display, children[wx], &wa); in CalcRootVisible()
505 XGetGeometry(display, children[wx], &dummy, &winX, &winY, in CalcRootVisible()
546 for (wx=0; wx<curRoaches; wx++) in CalcRootVisible()
547 roaches[wx].hidden = 0; in CalcRootVisible()
/original-bsd/old/sh/
H A Dservice.c227 INT rc=0, wx=0; local
274 wx |= w;
277 IF wx ANDF flags&errflg
/original-bsd/local/ditroff/ditroff.old.okeeffe/driver/
H A Dgraph.c755 double theta, wx, wy, xx, xy; local
787 wx = j * sin(theta);
789 xs = x0 + (int) (wx * xdir + 0.4);
791 xe = x1 + (int) (wx * xdir + 0.4);
/original-bsd/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gprint/
H A Dhgraph.c744 double morelen, theta, wx, wy, xx, xy; local
782 wx = j * sin(theta);
784 xs = x0 + wx * xdir;
786 xe = x1 + wx * xdir;
/original-bsd/local/ditroff/ditroff.old.okeeffe/sunsrc/gremlin/
H A Dlong1.c1117 LGdopan(wx, wy) in LGdopan() argument
1118 float wx, wy; in LGdopan()
1128 tx = (int) (wx - cx); /* x translation */
/original-bsd/local/toolchest/ksh/sh/
H A Dservice.c742 int rc=0, wx=0; local
814 wx |= w;