HomeSort by: relevance | last modified time | path
    Searched defs:outcol (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/colcrt/
colcrt.c 68 int outcol; variable in typeref:typename:int
127 outcol = 0;
153 if (outcol)
154 outcol--;
157 outcol += 8;
158 outcol &= ~7;
159 outcol--;
163 if (outcol >= 132) {
164 outcol++;
167 cp = &page[outline][outcol];
    [all...]
  /src/lib/libcurses/
cr_put.c 68 static int outcol, outline, destcol, destline; variable in typeref:typename:int
83 outcol = lx;
97 "fgoto: outcol=%d, outline=%d, destcol=%d, destline=%d\n",
98 outcol, outline, destcol, destline);
103 if (outcol >= COLS) {
104 l = (outcol + 1) / COLS;
106 outcol %= COLS;
122 outcol = 0;
162 outcol = 0;
176 if (outcol != COLS - 1 &
    [all...]

Completed in 11 milliseconds