HomeSort by: relevance | last modified time | path
    Searched defs:curs (Results 1 - 6 of 6) sorted by relevancy

  /src/games/hack/
hack.terminfo.c 150 curs(x, y);
192 curs(int x, int y) function
231 curs(cx, cy);
252 curs(1, 1); /* using UP ... */
312 curs(cx, cy);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_head.c 30 #include "curs.h"
47 if (clr.curs) head->func->curs_clr(head);
63 if (asyh->set.curs ) head->func->curs_set(head, asyh);
375 asyh->curs.visible = false;
389 if (asyh->curs.visible) {
390 if (memcmp(&armh->curs, &asyh->curs, sizeof(asyh->curs)))
391 asyh->set.curs = true;
393 if (armh->curs.visible)
497 struct nv50_wndw *base, *ovly, *curs; local
    [all...]
atom.h 92 } curs; member in struct:nv50_head_atom
137 bool curs:1; member in struct:nv50_head_atom::nv50_head_atom_mask::__anon5118
  /src/sys/dev/tc/
mfb.c 468 char *base, *vdac, *curs; local
482 curs = base + MX_BT431_OFFSET;
488 SELECT431(curs, BT431_REG_COMMAND);
489 REGWRITE32(curs, bt_ctl, onoff);
501 SELECT431(curs, BT431_REG_CURSOR_X_LOW);
502 REGWRITE32(curs, bt_ctl, TWIN_LO(x));
503 REGWRITE32(curs, bt_ctl, TWIN_HI(x));
504 REGWRITE32(curs, bt_ctl, TWIN_LO(y));
505 REGWRITE32(curs, bt_ctl, TWIN_HI(y));
530 SELECT431(curs, BT431_REG_CRAM_BASE)
562 char *vdac, *curs; local
    [all...]
tfb.c 542 char *base, *vdac, *curs; local
551 curs = base + TX_BT431_OFFSET;
557 SELECT431(curs, BT431_REG_COMMAND);
558 REGWRITE32(curs, bt_ctl, onoff);
570 SELECT431(curs, BT431_REG_CURSOR_X_LOW);
571 REGWRITE32(curs, bt_ctl, TWIN_LO(x));
572 REGWRITE32(curs, bt_ctl, TWIN_HI(x));
573 REGWRITE32(curs, bt_ctl, TWIN_LO(y));
574 REGWRITE32(curs, bt_ctl, TWIN_HI(y));
603 SELECT431(curs, BT431_REG_CRAM_BASE)
648 char *vdac, *curs; local
    [all...]
  /src/sys/dev/qbus/
qd.c 1086 struct prg_cursor *curs; local
1185 curs = (struct prg_cursor *) datap;
1187 qdflags[unit].curs_acc = curs->acc_factor;
1188 qdflags[unit].curs_thr = curs->threshold;
2940 int curs; local
2946 curs = -1; /* ..note that.. */
2949 curs = 0;
2958 if (curs) { /* if cursor was enabled.. */

Completed in 24 milliseconds