/src/lib/libcurses/ |
ins_wch.c | 90 int cw, pcw, x, y, sx, ex, newx, i; local in function:wins_wch 140 pcw = start->wcols; 141 if (pcw < 0) { 142 start += pcw; 143 sx += pcw; 156 pcw = (temp2 + 1)->wcols; 157 if (pcw < 0) { 159 temp2 += pcw;
|
ins_wstr.c | 138 int width, len, lx, sx, x, y, tx, ty, cw, pcw, newx, tn, w; local in function:wins_nwstr 286 pcw = start->wcols; 287 if (pcw < 0) { 288 sx += pcw; 289 start += pcw; 292 pcw = start->wcols; 315 if (sx + width + pcw <= win->maxx) { 319 pcw = (temp2 + 1)->wcols; 320 if (pcw < 0) { 323 win->maxx + pcw, win->maxx - 1) [all...] |
refresh.c | 1072 int error, cw, pcw; local in function:putchbr 1089 pcw = psp->wcols; 1090 if (cw < 1 || pcw < 1) 1095 if (pcw > 1 && 1100 cw = pcw = 1; 1103 /* Write the corner character at wx - pcw. */ 1104 __mvcur(wy, wx, wy, wx - pcw, 1); 1109 __mvcur(wy, wx - pcw + cw, wy, wx - cw, 1); 1114 if (pcw == 1 && insert_character != NULL) 1117 tputs(tiparm(parm_ich, (long)pcw), 0, __cputchar) [all...] |