Home
last modified time | relevance | path

Searched refs:nrow (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/arch/arc/dev/
Dpccons.c149 int nrow, ncol, nchr; /* current screen geometry */ member
1005 bios_display_info(&vs.col, &vs.row, &vs.ncol, &vs.nrow); in sput()
1006 vs.nchr = vs.ncol * vs.nrow; in sput()
1152 cx %= vs.nrow; in sput()
1166 cx %= vs.nrow; in sput()
1266 if (cx > vs.nrow) in sput()
1267 cx = vs.nrow; in sput()
1281 nrow = vs.nrow - row; in sput() local
1284 else if (cx > nrow) in sput()
1285 cx = nrow; in sput()
[all …]
/netbsd/src/games/rogue/
Dzap.c389 short nrow, ncol; in bounce() local
393 nrow = orow; in bounce()
395 get_dir_rc(dir, &nrow, &ncol, 1); in bounce()
397 (dungeon[nrow][ncol] != NOTHING) && in bounce()
398 (!(dungeon[nrow][ncol] & (VERTWALL | HORWALL)))) { in bounce()
Dmove.c616 can_turn(short nrow, short ncol) in can_turn() argument
618 if ((dungeon[nrow][ncol] & TUNNEL) && is_passable(nrow, ncol)) { in can_turn()
/netbsd/src/sys/arch/playstation2/ee/
Dgsfb.c173 int start, nrow, attr; member
338 _gsfb_eraserows(0, win->start, win->nrow, win->attr); in gsfbcninit()
505 _gsfb_eraserows(void *cookie, int row, int nrow, long attr) in _gsfb_eraserows() argument
510 for (j = 0; j < nrow; j++) in _gsfb_eraserows()
647 n = win->nrow * 80; in __gsfb_print()
654 _gsfb_eraserows(0, y, win->nrow, a); in __gsfb_print()
/netbsd/src/sys/dev/hpc/
Dhpcfb.c1464 int row, int nrow, long attr) in hpcfb_tv_eraserows() argument
1478 if (row + nrow > dc->dc_max_row) in hpcfb_tv_eraserows()
1479 dc->dc_max_row = row + nrow; in hpcfb_tv_eraserows()
1482 for (i = 0; i < nrow; i++) { in hpcfb_tv_eraserows()
1494 hpcfb_eraserows(void *cookie, int row, int nrow, long attr) in hpcfb_eraserows() argument
1503 hpcfb_tv_eraserows(dc, row, nrow, attr); in hpcfb_eraserows()
1522 height = nrow * ri->ri_font->fontheight; in hpcfb_eraserows()
1526 rasops_emul.eraserows(ri, row, nrow, attr); in hpcfb_eraserows()
/netbsd/src/sys/arch/hpcarm/dev/
Dwzero3_kbd.c184 int nrow; member
282 sc->sc_nrow = model->nrow; in wzero3kbd_attach()
/netbsd/src/lib/libform/
Dfield.c275 int *nrow, int *nbuf) in field_info() argument
284 *nrow = field->nrows; in field_info()