Searched refs:outcol (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dcr_put.c66 static int outcol, outline, destcol, destline; variable
82 outcol = lx;
102 if (outcol >= COLS) {
103 l = (outcol + 1) / COLS;
105 outcol %= COLS;
121 outcol = 0;
161 outcol = 0;
177 if (outcol != COLS - 1 &&
185 outcol = destcol;
221 soutcol = outcol;
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/colcrt/
H A Dcolcrt.c68 int outcol; variable
127 outcol = 0;
153 if (outcol)
154 outcol--;
157 outcol += 8;
158 outcol &= ~7;
159 outcol--;
162 if (outcol >= 132) {
163 outcol++;
166 cp = &page[outline][outcol];
[all...]

Completed in 58 milliseconds