Symbol: curs
games/hack/extern.h
403
void curs(int, int);
games/hack/hack.do_name.c
110
curs(cx, cy + 2);
games/hack/hack.do_name.c
86
curs(cx, cy + 2);
games/hack/hack.pager.c
205
curs(1, ROWNO + 4);
games/hack/hack.pager.c
213
curs(1, LI);
games/hack/hack.pager.c
220
curs(1, ROWNO + 4);
games/hack/hack.pager.c
242
curs(1, ROWNO + 4);
games/hack/hack.pager.c
320
curs(lth, curline);
games/hack/hack.pager.c
327
curs(lth, curline);
games/hack/hack.pri.c
252
curs(x, y);
games/hack/hack.pri.c
338
curs(xmin, y + 2);
games/hack/hack.pri.c
353
curs(1, ROWNO + 3);
games/hack/hack.pri.c
362
curs(u.ux, u.uy + 2);
games/hack/hack.pri.c
769
curs(i, ROWNO + 2);
games/hack/hack.pri.c
84
curs(u.ux - 1, u.uy + 1);
games/hack/hack.pri.c
87
curs(u.ux - 1, u.uy + 2);
games/hack/hack.pri.c
90
curs(u.ux - 1, u.uy + 3);
games/hack/hack.rip.c
94
curs(1, 8);
games/hack/hack.terminfo.c
150
curs(x, y);
games/hack/hack.terminfo.c
231
curs(cx, cy);
games/hack/hack.terminfo.c
252
curs(1, 1); /* using UP ... */
games/hack/hack.terminfo.c
312
curs(cx, cy);
games/hack/hack.topl.c
144
curs(tlx, tly);
games/hack/hack.topl.c
158
curs(tlx, tly);
lib/libcurses/refresh.c
1587
int bsize, curs, curw, starts, startw, i, j;
lib/libcurses/refresh.c
1593
curs = curw = starts = startw = 0; /* XXX gcc -Wuninitialized */
lib/libcurses/refresh.c
1668
for (curw = startw, curs = starts;
lib/libcurses/refresh.c
1669
curs < starts + bsize; curw++, curs++)
lib/libcurses/refresh.c
1671
curscr->alines[curs]->hash)
lib/libcurses/refresh.c
1673
if (curs != starts + bsize)
lib/libcurses/refresh.c
1675
for (curw = startw, curs = starts;
lib/libcurses/refresh.c
1676
curs < starts + bsize; curw++, curs++)
lib/libcurses/refresh.c
1678
curscr->alines[curs]->line,
lib/libcurses/refresh.c
1682
if (curs == starts + bsize) {
lib/libcurses/refresh.c
1691
bsize, THRESH, starts, startw, curw, curs, top, bot);
lib/libcurses/refresh.c
1701
if (bot < curs)
lib/libcurses/refresh.c
1702
bot = curs - 1;
lib/libcurses/refresh.c
1880
scrolln(starts, startw, curs, bot, top);
lib/libcurses/refresh.c
1888
scrolln(int starts, int startw, int curs, int bot, int top)
sys/dev/qbus/qd.c
1086
struct prg_cursor *curs;
sys/dev/qbus/qd.c
1185
curs = (struct prg_cursor *) datap;
sys/dev/qbus/qd.c
1187
qdflags[unit].curs_acc = curs->acc_factor;
sys/dev/qbus/qd.c
1188
qdflags[unit].curs_thr = curs->threshold;
sys/dev/qbus/qd.c
2940
int curs;
sys/dev/qbus/qd.c
2946
curs = -1; /* ..note that.. */
sys/dev/qbus/qd.c
2949
curs = 0;
sys/dev/qbus/qd.c
2958
if (curs) { /* if cursor was enabled.. */
sys/dev/tc/mfb.c
468
char *base, *vdac, *curs;
sys/dev/tc/mfb.c
482
curs = base + MX_BT431_OFFSET;
sys/dev/tc/mfb.c
488
SELECT431(curs, BT431_REG_COMMAND);
sys/dev/tc/mfb.c
489
REGWRITE32(curs, bt_ctl, onoff);
sys/dev/tc/mfb.c
501
SELECT431(curs, BT431_REG_CURSOR_X_LOW);
sys/dev/tc/mfb.c
502
REGWRITE32(curs, bt_ctl, TWIN_LO(x));
sys/dev/tc/mfb.c
503
REGWRITE32(curs, bt_ctl, TWIN_HI(x));
sys/dev/tc/mfb.c
504
REGWRITE32(curs, bt_ctl, TWIN_LO(y));
sys/dev/tc/mfb.c
505
REGWRITE32(curs, bt_ctl, TWIN_HI(y));
sys/dev/tc/mfb.c
530
SELECT431(curs, BT431_REG_CRAM_BASE);
sys/dev/tc/mfb.c
536
REGWRITE32(curs, bt_ram, 0);
sys/dev/tc/mfb.c
545
REGWRITE32(curs, bt_ram, half);
sys/dev/tc/mfb.c
551
REGWRITE32(curs, bt_ram, 0);
sys/dev/tc/mfb.c
562
char *vdac, *curs;
sys/dev/tc/mfb.c
566
curs = (char *)mfbbase + MX_BT431_OFFSET;
sys/dev/tc/mfb.c
567
SELECT431(curs, BT431_REG_COMMAND);
sys/dev/tc/mfb.c
568
REGWRITE32(curs, bt_ctl, 0x0404);
sys/dev/tc/mfb.c
569
REGWRITE32(curs, bt_ctl, 0); /* XLO */
sys/dev/tc/mfb.c
570
REGWRITE32(curs, bt_ctl, 0); /* XHI */
sys/dev/tc/mfb.c
571
REGWRITE32(curs, bt_ctl, 0); /* YLO */
sys/dev/tc/mfb.c
572
REGWRITE32(curs, bt_ctl, 0); /* YHI */
sys/dev/tc/mfb.c
573
REGWRITE32(curs, bt_ctl, 0); /* XWLO */
sys/dev/tc/mfb.c
574
REGWRITE32(curs, bt_ctl, 0); /* XWHI */
sys/dev/tc/mfb.c
575
REGWRITE32(curs, bt_ctl, 0); /* WYLO */
sys/dev/tc/mfb.c
576
REGWRITE32(curs, bt_ctl, 0); /* WYLO */
sys/dev/tc/mfb.c
577
REGWRITE32(curs, bt_ctl, 0); /* WWLO */
sys/dev/tc/mfb.c
578
REGWRITE32(curs, bt_ctl, 0); /* WWHI */
sys/dev/tc/mfb.c
579
REGWRITE32(curs, bt_ctl, 0); /* WHLO */
sys/dev/tc/mfb.c
580
REGWRITE32(curs, bt_ctl, 0); /* WHHI */
sys/dev/tc/mfb.c
599
SELECT431(curs, BT431_REG_CRAM_BASE);
sys/dev/tc/mfb.c
601
REGWRITE32(curs, bt_ram, 0);
sys/dev/tc/tfb.c
542
char *base, *vdac, *curs;
sys/dev/tc/tfb.c
551
curs = base + TX_BT431_OFFSET;
sys/dev/tc/tfb.c
557
SELECT431(curs, BT431_REG_COMMAND);
sys/dev/tc/tfb.c
558
REGWRITE32(curs, bt_ctl, onoff);
sys/dev/tc/tfb.c
570
SELECT431(curs, BT431_REG_CURSOR_X_LOW);
sys/dev/tc/tfb.c
571
REGWRITE32(curs, bt_ctl, TWIN_LO(x));
sys/dev/tc/tfb.c
572
REGWRITE32(curs, bt_ctl, TWIN_HI(x));
sys/dev/tc/tfb.c
573
REGWRITE32(curs, bt_ctl, TWIN_LO(y));
sys/dev/tc/tfb.c
574
REGWRITE32(curs, bt_ctl, TWIN_HI(y));
sys/dev/tc/tfb.c
603
SELECT431(curs, BT431_REG_CRAM_BASE);
sys/dev/tc/tfb.c
609
REGWRITE32(curs, bt_ram, 0);
sys/dev/tc/tfb.c
617
REGWRITE32(curs, bt_ram, half);
sys/dev/tc/tfb.c
623
REGWRITE32(curs, bt_ram, 0);
sys/dev/tc/tfb.c
648
char *vdac, *curs;
sys/dev/tc/tfb.c
653
curs = (char *)tfbbase + TX_BT431_OFFSET;
sys/dev/tc/tfb.c
700
SELECT431(curs, BT431_REG_COMMAND);
sys/dev/tc/tfb.c
701
REGWRITE32(curs, bt_ctl, 0x0404);
sys/dev/tc/tfb.c
702
REGWRITE32(curs, bt_ctl, 0); /* XLO */
sys/dev/tc/tfb.c
703
REGWRITE32(curs, bt_ctl, 0); /* XHI */
sys/dev/tc/tfb.c
704
REGWRITE32(curs, bt_ctl, 0); /* YLO */
sys/dev/tc/tfb.c
705
REGWRITE32(curs, bt_ctl, 0); /* YHI */
sys/dev/tc/tfb.c
706
REGWRITE32(curs, bt_ctl, 0); /* XWLO */
sys/dev/tc/tfb.c
707
REGWRITE32(curs, bt_ctl, 0); /* XWHI */
sys/dev/tc/tfb.c
708
REGWRITE32(curs, bt_ctl, 0); /* WYLO */
sys/dev/tc/tfb.c
709
REGWRITE32(curs, bt_ctl, 0); /* WYLO */
sys/dev/tc/tfb.c
710
REGWRITE32(curs, bt_ctl, 0); /* WWLO */
sys/dev/tc/tfb.c
711
REGWRITE32(curs, bt_ctl, 0); /* WWHI */
sys/dev/tc/tfb.c
712
REGWRITE32(curs, bt_ctl, 0); /* WHLO */
sys/dev/tc/tfb.c
713
REGWRITE32(curs, bt_ctl, 0); /* WHHI */
sys/dev/tc/tfb.c
715
SELECT431(curs, BT431_REG_CRAM_BASE);
sys/dev/tc/tfb.c
717
REGWRITE32(curs, bt_ram, 0);