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

  /src/games/hack/
hack.terminfo.c 150 curs(x, y);
192 curs(int x, int y) function in typeref:typename:void
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 in function:nv50_head_create
    [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::__anonf635598f0f08
  /src/sys/dev/tc/
mfb.c 468 char *base, *vdac, *curs; local in function:mfbintr
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 in function:mfbhwinit
    [all...]
tfb.c 542 char *base, *vdac, *curs; local in function:tfbintr
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 in function:tfbhwinit
    [all...]
  /src/lib/libcurses/
refresh.c 1556 int bsize, curs, curw, starts, startw, i, j; local in function:quickch
1562 curs = curw = starts = startw = 0; /* XXX gcc -Wuninitialized */
1629 * - Curs is the index of one past the end of the exmined block in
1638 /* for (curw = startw, curs = starts;
1639 curs < starts + bsize; curw++, curs++)
1641 curscr->alines[curs]->hash)
1643 if (curs != starts + bsize)
1645 for (curw = startw, curs = starts;
1646 curs < starts + bsize; curw++, curs++
    [all...]
  /src/sys/dev/qbus/
qd.c 1086 struct prg_cursor *curs; local in function:qdioctl
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 in function:ldcursor
2946 curs = -1; /* ..note that.. */
2949 curs = 0;
2958 if (curs) { /* if cursor was enabled.. */

Completed in 46 milliseconds