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...] |