Searched refs:ncol (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dwwalloc.c48 wwalloc(int row, int col, int nrow, int ncol, int size) argument
55 malloc((unsigned) sizeof (char **) * nrow + size * nrow * ncol);
63 size *= ncol;
H A Dwwsize.c51 wwsize(struct ww *w, int nrow, int ncol) argument
64 win = wwalloc(w->ww_w.t, w->ww_w.l, nrow, ncol, sizeof (char));
68 fmap = wwalloc(w->ww_w.t, w->ww_w.l, nrow, ncol, sizeof (char));
72 if (nrow > w->ww_b.nr || ncol > w->ww_b.nc) {
75 nline, ncol, sizeof (union ww_char));
92 r = w->ww_b.l + ncol;
93 if (ncol < w->ww_b.nc)
128 w->ww_w.r = w->ww_w.l + ncol;
130 w->ww_w.nc = ncol;
134 w->ww_b.r = w->ww_b.l + ncol;
[all...]
H A Dwin.c69 openwin(int id, int row, int col, int nrow, int ncol, int nline, char *label, int type, int uflags, char *shf, char **sh) argument
76 || col + ncol <= 0 || col > wwncol - 1) {
80 w = wwopen(type, 0, nrow, ncol, row, col, nline);
320 sizewin(struct ww *w, int nrow, int ncol) argument
327 if (wwsize(w, nrow, ncol) < 0)
H A Dwwopen.c52 wwopen(int type, int oflags, int nrow, int ncol, int row, int col, int nline) argument
81 w->ww_w.r = col + ncol;
83 w->ww_w.nc = ncol;
88 w->ww_b.r = col + ncol;
90 w->ww_b.nc = ncol;
H A Dlcmd1.c73 int col, row, ncol, nrow, id, nline; local
88 ncol = a->v_type == V_ERR ? wwncol - col : a->v_num;
117 if ((w = openwin(id, row, col, nrow, ncol, nline, label,
/netbsd-6-1-5-RELEASE/sys/arch/arc/dev/
H A Dpccons.c149 int nrow, ncol, nchr; /* current screen geometry */ member in struct:video_state
995 bios_display_info(&vs.col, &vs.row, &vs.ncol, &vs.nrow);
996 vs.nchr = vs.ncol * vs.nrow;
999 cursorat = vs.ncol * vs.row + vs.col;
1038 if (vs.col >= vs.ncol) {
1039 vs.col -= vs.ncol;
1049 vs.col += vs.ncol; /* non-destructive backspace */
1058 crtat += vs.ncol;
1086 if (vs.col >= vs.ncol) {
1116 vs.row = vs.offset / vs.ncol;
[all...]
/netbsd-6-1-5-RELEASE/games/rogue/
H A Dzap.c389 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)))) {
H A Dmove.c616 can_turn(short nrow, short ncol) argument
618 if ((dungeon[nrow][ncol] & TUNNEL) && is_passable(nrow, ncol)) {
/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dapropos-utils.c380 int ncol; local
391 ncol = matchinfo[1];
392 ndoc = matchinfo[2 + 3 * ncol * nphrase + ncol];
395 const unsigned int *phraseinfo = &matchinfo[2 + ncol+ iphrase * ncol * 3];
396 for(icol = 1; icol < ncol; icol++) {
/netbsd-6-1-5-RELEASE/tests/dev/raidframe/
H A Dt_raid.sh36 ncol=${2}
38 printf "START array\n1 ${ncol} 0\nSTART disks\n" > raid.conf
40 while [ ${ncol} -gt ${diskn} ] ; do
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dvi.c1846 int UNINITIALIZED(ncol);
1855 ncol = col + pwidth;
1883 ncol = col + pwidth - 1;
1887 ncol = col + pwidth;
1929 if (cur_col != ncol)
1930 ed_mov_opt(ncol, wb1);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grohtml/
H A Dpost-html.cpp3520 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)
3686 ncol
[all...]

Completed in 288 milliseconds