Home | History | Annotate | Download | only in libcurses

Lines Matching refs:COLS

99 	if (destcol >= COLS) {
100 destline += destcol / COLS;
101 destcol %= COLS;
103 if (outcol >= COLS) {
104 l = (outcol + 1) / COLS;
106 outcol %= COLS;
176 if (outcol != COLS - 1 &&
406 if (destcol - outcol > 4 && i < COLS) {
504 * the case where col > COLS, even if ts does not divide COLS.
511 if (col >= COLS) {
512 offset = COLS * (col / COLS);