Searched refs:curs (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.terminfo.c150 curs(x, y);
192 curs(int x, int y) function
231 curs(cx, cy);
252 curs(1, 1); /* using UP ... */
312 curs(cx, cy);
H A Dhack.pager.c205 curs(1, ROWNO + 4);
213 curs(1, LI);
220 curs(1, ROWNO + 4);
242 curs(1, ROWNO + 4);
320 curs(lth, curline);
327 curs(lth, curline);
H A Dhack.rip.c94 curs(1, 8);
H A Dhack.pri.c84 curs(u.ux - 1, u.uy + 1);
87 curs(u.ux - 1, u.uy + 2);
90 curs(u.ux - 1, u.uy + 3);
252 curs(x, y);
338 curs(xmin, y + 2);
353 curs(1, ROWNO + 3);
362 curs(u.ux, u.uy + 2);
769 curs(i, ROWNO + 2);
H A Dhack.topl.c144 curs(tlx, tly);
158 curs(tlx, tly);
H A Dhack.do_name.c86 curs(cx, cy + 2);
110 curs(cx, cy + 2);
H A Dextern.h403 void curs(int, int);
/netbsd-6-1-5-RELEASE/sys/dev/tc/
H A Dmfb.c468 char *base, *vdac, *curs; local
481 curs = base + MX_BT431_OFFSET;
487 SELECT431(curs, BT431_REG_COMMAND);
488 REGWRITE32(curs, bt_ctl, onoff);
500 SELECT431(curs, BT431_REG_CURSOR_X_LOW);
501 REGWRITE32(curs, bt_ctl, TWIN_LO(x));
502 REGWRITE32(curs, bt_ctl, TWIN_HI(x));
503 REGWRITE32(curs, bt_ctl, TWIN_LO(y));
504 REGWRITE32(curs, bt_ctl, TWIN_HI(y));
529 SELECT431(curs, BT431_REG_CRAM_BAS
561 char *vdac, *curs; local
[all...]
H A Dtfb.c542 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_BAS
648 char *vdac, *curs; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Dtools.c959 DBC *curs; local
969 rc = db->cursor( db, NULL, &curs, 0 );
982 rc = curs->c_get( curs, &key, &data, DB_SET );
988 while ( curs->c_get( curs, &key, &data, DB_NEXT_DUP ) == 0 )
989 curs->c_del( curs, 0 );
993 curs->c_put( curs,
1131 DBC *curs; local
[all...]
H A Dconfig.c214 DBC *curs; local
250 bdb->bi_id2entry->bdi_db, txn, &curs, bdb->bi_db_opflags );
255 rc = curs->c_get( curs, &key, &data, DB_SET_RANGE );
256 curs->c_close( curs );
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Drefresh.c1198 int bsize, curs, curw, starts, startw, i, j; local
1204 curs = curw = starts = startw = 0; /* XXX gcc -Wuninitialized */
1298 for (curw = startw, curs = starts;
1299 curs < starts + bsize; curw++, curs++)
1301 curscr->alines[curs]->hash)
1303 if (curs != starts + bsize)
1305 for (curw = startw, curs = starts;
1306 curs < starts + bsize; curw++, curs
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Ddict_db.c95 #define DICT_DB_CURSOR(db, curs) (db)->cursor((db), NULL, (curs))
97 #define DICT_DB_CURSOR(db, curs) (db)->cursor((db), NULL, (curs), 0)
/netbsd-6-1-5-RELEASE/sys/dev/qbus/
H A Dqd.c1078 struct prg_cursor *curs; local
1177 curs = (struct prg_cursor *) datap;
1179 qdflags[unit].curs_acc = curs->acc_factor;
1180 qdflags[unit].curs_thr = curs->threshold;
2927 int curs; local
2933 curs = -1; /* ..note that.. */
2936 curs = 0;
2945 if (curs) { /* if cursor was enabled.. */

Completed in 273 milliseconds