Home
last modified time | relevance | path

Searched refs:wwncol (Results 1 – 23 of 23) sorted by relevance

/dragonfly/usr.bin/window/
HDwwupdate.c98 j = wwncol; in wwupdate1()
175 for (j = wwncol - j; --j >= 0;) in wwupdate1()
198 for (os = &wwos[i][j], j = wwncol - j; --j >= 0;) in wwupdate1()
204 for (j = 0; j < wwncol;) { in wwupdate1()
212 for (; j++ < wwncol && ns++->c_w == os++->c_w;) in wwupdate1()
214 if (j > wwncol) in wwupdate1()
223 while (j < wwncol && ns->c_m == m) { in wwupdate1()
239 if (!wwwrap || i != wwnrow - 1 || c + n != wwncol) in wwupdate1()
HDwwinit.c208 wwncol = tt.tt_ncol; in wwinit()
223 wwalloc(0, 0, wwnrow, wwncol, sizeof (unsigned char)); in wwinit()
227 for (j = 0; j < wwncol; j++) in wwinit()
231 wwalloc(0, 0, wwnrow, wwncol, sizeof (union ww_char)); in wwinit()
236 wwalloc(0, 0, wwnrow, wwncol, sizeof (union ww_char)); in wwinit()
240 for (j = 0; j < wwncol; j++) in wwinit()
245 wwalloc(0, 0, wwnrow, wwncol, sizeof (union ww_char)); in wwinit()
386 for (j = 0; j < wwncol; j++) { in wwstart1()
HDstartup.c66 if (openwin(1, r + 2, 0, wwnrow - r - 2, wwncol, default_nline, in dodefault()
70 if ((w = openwin(0, 1, 0, r, wwncol, default_nline, in dodefault()
82 (void) var_setnum("ncol", wwncol); in setvars()
HDwwflush.c54 else if (col >= wwncol) in wwflush()
55 col = wwncol - 1; in wwflush()
103 int s = wwncol * sizeof **s1; in wwcopyscreen()
HDwwdump.c81 for (j = 0; j < wwncol; j++) in wwdumpsmap()
94 for (j = 0; j < wwncol; j++) { in wwdumpns()
109 for (j = 0; j < wwncol; j++) { in wwdumpos()
HDwwinschar.c110 if ((tt.tt_inschar || tt.tt_insspace) && nvis > (wwncol - col) / 2) { in wwinschar()
119 p = &wwos[row][wwncol]; in wwinschar()
121 for (i = wwncol - col; --i > 0;) in wwinschar()
HDmain.c136 wwncol, 0, 0, 0)) == 0) { in main()
144 wwncol, 0, 0, 0)) == 0) { in main()
150 if ((boxwin = wwopen(WWT_INTERNAL, WWO_GLASS, wwnrow, wwncol, 0, 0, 0)) in main()
HDwwdelchar.c109 if (tt.tt_delchar != 0 && nvis > (wwncol - col) / 2) { in wwdelchar()
115 for (i = wwncol - col; --i > 0;) in wwdelchar()
HDcmd1.c58 wwnrow - 1, wwncol - 1)) { in c_window()
83 switch (getpos(&xrow, &xcol, row, col, wwnrow - 1, wwncol - 1)) in c_window()
HDwwframe.c60 if (c + 1 >= wwncol) { in wwframe()
94 if (c + 1 >= wwncol) { in wwframe()
153 if (w->ww_w.r < wwncol) { in wwframe()
HDwwscroll.c104 nvismax = wwncol * (row2x - row1x); in wwscroll1()
143 for (i = wwncol; --i >= 0;) in wwscroll1()
HDcmd4.c46 wwgets(buf, wwncol - 3, cmdwin); in c_colon()
HDwwredraw.c50 for (j = wwncol; --j >= 0;) in wwredraw()
HDwwterminfo.c81 WWT_TERMCAP, wwncol, wwnrow, wwwintermcap); in wwterminfoinit()
HDcmd7.c56 col = MIN(w->ww_w.r, wwncol) - 1; in c_size()
66 wwnrow - 1, wwncol - 1)) { in c_size()
HDwin.c68 || col + ncol <= 0 || col > wwncol - 1) { in openwin()
171 if ((w = wwopen(WWT_INTERNAL, 0, nrow, wwncol, 2, 0, 0)) == NULL) in openiwin()
HDcmd5.c61 getminmax(col, w->ww_w.nc, 0, wwncol, in c_move()
HDwwmove.c64 w->ww_i.r = MIN(w->ww_w.r, wwncol); in wwmove()
HDwwopen.c87 w->ww_i.r = MIN(w->ww_w.r, wwncol); in wwopen()
HDwwsize.c140 w->ww_i.r = MIN(w->ww_w.r, wwncol); in wwsize()
HDww.h233 EXTERN int wwnrow, wwncol; /* the screen size */ variable
HDlcmd2.c197 wwncol - 20, in l_list()
HDlcmd1.c80 ncol = a->v_type == V_ERR ? wwncol - col : a->v_num; in l_window()