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

  /src/lib/libcurses/
cr_put.c 68 static int outcol, outline, destcol, destline; variable in typeref:typename:int
81 destcol = x;
97 "fgoto: outcol=%d, outline=%d, destcol=%d, destline=%d\n",
98 outcol, outline, destcol, destline);
99 if (destcol >= COLS) {
100 destline += destcol / COLS;
101 destcol %= COLS;
133 c = destcol;
135 destcol = 0;
137 destcol = c
    [all...]
cr_put.c 68 static int outcol, outline, destcol, destline; variable in typeref:typename:int
81 destcol = x;
97 "fgoto: outcol=%d, outline=%d, destcol=%d, destline=%d\n",
98 outcol, outline, destcol, destline);
99 if (destcol >= COLS) {
100 destline += destcol / COLS;
101 destcol %= COLS;
133 c = destcol;
135 destcol = 0;
137 destcol = c
    [all...]

Completed in 21 milliseconds