| /dragonfly/usr.bin/window/ |
| HD | wwupdate.c | 98 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()
|
| HD | wwinit.c | 208 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()
|
| HD | startup.c | 66 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()
|
| HD | wwflush.c | 54 else if (col >= wwncol) in wwflush() 55 col = wwncol - 1; in wwflush() 103 int s = wwncol * sizeof **s1; in wwcopyscreen()
|
| HD | wwdump.c | 81 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()
|
| HD | wwinschar.c | 110 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()
|
| HD | main.c | 136 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()
|
| HD | wwdelchar.c | 109 if (tt.tt_delchar != 0 && nvis > (wwncol - col) / 2) { in wwdelchar() 115 for (i = wwncol - col; --i > 0;) in wwdelchar()
|
| HD | cmd1.c | 58 wwnrow - 1, wwncol - 1)) { in c_window() 83 switch (getpos(&xrow, &xcol, row, col, wwnrow - 1, wwncol - 1)) in c_window()
|
| HD | wwframe.c | 60 if (c + 1 >= wwncol) { in wwframe() 94 if (c + 1 >= wwncol) { in wwframe() 153 if (w->ww_w.r < wwncol) { in wwframe()
|
| HD | wwscroll.c | 104 nvismax = wwncol * (row2x - row1x); in wwscroll1() 143 for (i = wwncol; --i >= 0;) in wwscroll1()
|
| HD | cmd4.c | 46 wwgets(buf, wwncol - 3, cmdwin); in c_colon()
|
| HD | wwredraw.c | 50 for (j = wwncol; --j >= 0;) in wwredraw()
|
| HD | wwterminfo.c | 81 WWT_TERMCAP, wwncol, wwnrow, wwwintermcap); in wwterminfoinit()
|
| HD | cmd7.c | 56 col = MIN(w->ww_w.r, wwncol) - 1; in c_size() 66 wwnrow - 1, wwncol - 1)) { in c_size()
|
| HD | win.c | 68 || col + ncol <= 0 || col > wwncol - 1) { in openwin() 171 if ((w = wwopen(WWT_INTERNAL, 0, nrow, wwncol, 2, 0, 0)) == NULL) in openiwin()
|
| HD | cmd5.c | 61 getminmax(col, w->ww_w.nc, 0, wwncol, in c_move()
|
| HD | wwmove.c | 64 w->ww_i.r = MIN(w->ww_w.r, wwncol); in wwmove()
|
| HD | wwopen.c | 87 w->ww_i.r = MIN(w->ww_w.r, wwncol); in wwopen()
|
| HD | wwsize.c | 140 w->ww_i.r = MIN(w->ww_w.r, wwncol); in wwsize()
|
| HD | ww.h | 233 EXTERN int wwnrow, wwncol; /* the screen size */ variable
|
| HD | lcmd2.c | 197 wwncol - 20, in l_list()
|
| HD | lcmd1.c | 80 ncol = a->v_type == V_ERR ? wwncol - col : a->v_num; in l_window()
|