| /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 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/external/bsd/ntp/dist/ntpd/ |
| ntp_scanner.c | 181 stream->curpos.ncol++; 185 stream->curpos.ncol++; 188 stream->curpos.ncol++; 196 stream->curpos.ncol++; 200 stream->curpos.ncol++; 211 if (EOF == ch && stream->curpos.ncol != 0) 218 stream->curpos.ncol = 0; 248 stream->bakpos.ncol = -1; 250 stream->curpos.ncol--;
|
| ntp_scanner.h | 90 int ncol; member in struct:LCPOS
|
| ntp_parser.y | 418 ip_ctx->errpos.ncol); 839 lex_current()->curpos.ncol); 848 lex_current()->curpos.ncol); 864 lex_current()->curpos.ncol); 880 lex_current()->curpos.ncol); 890 lex_current()->curpos.ncol); 899 lex_current()->curpos.ncol); 911 lex_current()->curpos.ncol); 939 ip_ctx->curpos.ncol); 1849 ip_ctx->errpos.nline, ip_ctx->errpos.ncol, msg) [all...] |
| ntp_config.c | 1624 int ncol 1636 my_node->column = 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 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/external/bsd/ntp/dist/include/ |
| ntp_config.h | 330 int ncol);
|
| /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);
|
| /src/external/gpl2/groff/dist/src/devices/grohtml/ |
| post-html.cpp | 3520 int ncol = 0; local 3550 ncol = 0; 3583 ncol = g->get_arg(); 3591 ncol = tbl->find_tab_column(colmin); 3593 colmax = tbl->get_tab_pos(ncol+1); 3610 ncol = 1; 3651 if ((ncol == 0) || (! tbl->add_column(ncol, colmin, colmax, align))) { 3652 if (ncol == 0) 3653 add_table_end("*** NCOL == 0 ***") [all...] |