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

  /src/sys/arch/arc/dev/
pccons.c 149 int nrow, ncol, nchr; /* current screen geometry */ member in struct:video_state
1005 bios_display_info(&vs.col, &vs.row, &vs.ncol, &vs.nrow);
1006 vs.nchr = vs.ncol * vs.nrow;
1009 cursorat = vs.ncol * vs.row + vs.col;
1048 if (vs.col >= vs.ncol) {
1049 vs.col -= vs.ncol;
1059 vs.col += vs.ncol; /* non-destructive backspace */
1068 crtat += vs.ncol;
1096 if (vs.col >= vs.ncol) {
1126 vs.row = vs.offset / vs.ncol;
    [all...]
  /src/games/rogue/
zap.c 389 short nrow, ncol; local in function:bounce
394 ncol = ocol;
395 get_dir_rc(dir, &nrow, &ncol, 1);
396 if (((ncol >= 0) && (ncol <= DCOLS-1)) &&
397 (dungeon[nrow][ncol] != NOTHING) &&
398 (!(dungeon[nrow][ncol] & (VERTWALL | HORWALL)))) {
move.c 616 can_turn(short nrow, short ncol)
618 if ((dungeon[nrow][ncol] & TUNNEL) && is_passable(nrow, ncol)) {
  /src/tests/dev/raidframe/
t_raid.sh 37 ncol=${2}
39 printf "START array\n${ncol} 0\nSTART disks\n" > raid.conf
41 while [ ${ncol} -gt ${diskn} ] ; do
53 ncol=${2}
55 printf "START array\n1 ${ncol} 0\nSTART disks\n" > raid.conf
57 while [ ${ncol} -gt ${diskn} ] ; do
  /src/usr.sbin/makemandb/
apropos-utils.c 480 int ncol; local in function:rank_func
494 ncol = matchinfo[1];
495 ndoc = matchinfo[2 + 3 * ncol * nphrase + ncol];
499 &matchinfo[2 + ncol + iphrase * ncol * 3];
500 for(icol = 1; icol < ncol; icol++) {
  /src/bin/ksh/
vi.c 1825 int UNINITIALIZED(ncol);
1834 ncol = col + pwidth;
1862 ncol = col + pwidth - 1;
1866 ncol = col + pwidth;
1908 if (cur_col != ncol)
1909 ed_mov_opt(ncol, wb1);

Completed in 14 milliseconds