/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)))) {
|
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)))) {
|
/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...] |
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/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++) {
|
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++) {
|