| /src/games/hack/ |
| def.wseg.h | 70 xchar wx,wy; member in struct:wseg
|
| hack.worm.c | 103 wtmp->wx = mtmp->mx; 115 wtmp->wx = mtmp->mx; 121 if (cansee(whd->wx, whd->wy)) { 123 atl(whd->wx, whd->wy, '~'); 190 if (!cansee(wtmp->wx, wtmp->wy) && wtmp->wdispl) { 191 newsym(wtmp->wx, wtmp->wy); 200 atl(wtmp->wx, wtmp->wy, '~'); 226 if (wtmp->wx == x && wtmp->wy == y) { 246 if (wtmp->nseg->wx == x && wtmp->nseg->wy == y) { 256 mtmp2->mx = wtmp->wx; [all...] |
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_regset.c | 100 ulong_t wx; local 102 for (wx = 0; wx <= maxw; wx++) { 103 if (drp->dr_bitmap[wx] != ~0UL) 107 if (wx <= maxw) { 108 ulong_t maxb = (wx == maxw) ? nbits & BT_ULMASK : BT_NBIPUL - 1; 109 ulong_t word = drp->dr_bitmap[wx]; 115 reg = (int)((wx << BT_ULSHIFT) | bx);
|
| /src/lib/libcurses/ |
| mouse.c | 70 int wy = *y, wx = *x; local 77 wx += win->begx; 80 if (!wenclose(win, wy, wx)) 85 wx -= win->begx; 89 *x = wx;
|
| refresh.c | 154 short sy, wy, wx, y_off, x_off, mx, dy_off, dx_off, endy; local 276 wx = begx; 284 mx = wx + maxx; 287 wx += *wlp->firstchp - swin->ch_off; 293 if (x_off + (mx - wx) > screen->__virtscr->maxx) 299 while (wx < mx) { 303 wy, wx, y_off, x_off, 304 unctrl(wlp->line[wx].ch), 305 wlp->line[wx].attr, wlp->line[wx].cflags) 1150 int lch, wx, owx, chw; local [all...] |
| background.c | 171 int i, wy, wx; local 255 for (wx = 0; wx < win->maxx; wx++) { 256 if (wlp->line[wx].cflags & CA_BACKGROUND) { 257 _cursesi_copy_wchar(&nbkgrnd, &wlp->line[wx]);
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-wxwidgets/ |
| hello.cc | 7 #include <wx/wx.h> 8 #include <wx/intl.h>
|
| /src/external/bsd/openldap/dist/tests/data/ |
| slapd-emptydn.conf | 49 by self =wx 69 by self =wx
|
| slapd-ldapglue.conf | 42 by self =wx
|
| slapd-ldapgluegroups.conf | 41 by self =wx
|
| slapd-ldapgluepeople.conf | 42 by self =wx
|
| slapd-idassert.conf | 48 by self =wx 70 by dn.exact="cn=Proxy,ou=Admin,dc=example,dc=com" =wx
|
| slapd-acl.conf | 58 by self =wx
|
| /src/common/dist/zlib/watcom/ |
| watcom_l.mak | 19 CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx
|
| watcom_f.mak | 19 CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx
|
| /src/external/gpl3/binutils/dist/zlib/watcom/ |
| watcom_l.mak | 19 CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx
|
| watcom_f.mak | 19 CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx
|
| /src/external/gpl3/binutils.old/dist/zlib/watcom/ |
| watcom_l.mak | 19 CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx
|
| watcom_f.mak | 19 CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx
|
| /src/external/gpl3/gdb/dist/zlib/watcom/ |
| watcom_l.mak | 19 CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx
|
| watcom_f.mak | 19 CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx
|
| /src/external/gpl3/gdb.old/dist/zlib/watcom/ |
| watcom_l.mak | 19 CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/ |
| aesv8-armx.pl | 995 s/cclr\s+([wx])([^,]+),\s*([a-z]+)/csel $1$2,$1zr,$1$2,$3/o or 996 s/mov\.([a-z]+)\s+([wx][0-9]+),\s*([wx][0-9]+)/csel $2,$3,$2,$1/o or 1060 s/\b[wx]([0-9]+)\b/r$1/go; # new->old registers
|
| /src/external/bsd/mdocml/dist/ |
| term_ps.c | 52 unsigned short wx; /* WX in AFM */ member in struct:glyph 1033 p->ps->pscol += (size_t)fonts[f].gly[c].wx; 1065 size_t wx; local 1084 wx = fonts[p->ps->lastf].gly[(int)p->ps->last-32].wx; 1085 if (p->ps->pscol + wx < p->ps->pscolnext) 1087 p->ps->pscolnext - wx) / 2; 1293 return (size_t)fonts[(int)TERMFONT_NONE].gly[c].wx; 1321 fonts[(int)TERMFONT_NONE].gly[109 - 32].wx; [all...] |
| /src/external/cddl/osnet/dist/uts/common/sys/ |
| bitmap.h | 152 * the word specified by wx 154 extern int bt_gethighbit(ulong_t *mapp, int wx);
|