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

/illumos-gate/usr/src/ucblib/libcurses/
H A Dcr_put.c52 static int outcol, outline, destcol, destline; variable
65 outcol = lx;
81 if (outcol >= COLS) {
82 l = (outcol + 1) / COLS;
84 outcol %= COLS;
98 outcol = 0;
140 outcol = 0;
155 outcol = destcol;
184 soutcol = outcol;
203 if (destcol >= outcol) { /* i
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tty.h76 var short outcol; /* Where the cursor is */ variable

Completed in 82 milliseconds