/src/lib/libcurses/ |
cr_put.c | 68 static int outcol, outline, destcol, destline; variable in typeref:typename:int 73 * the lack thereof and rolling up the screen to get destline on the screen. 82 destline = y; 97 "fgoto: outcol=%d, outline=%d, destcol=%d, destline=%d\n", 98 outcol, outline, destcol, destline); 100 destline += destcol / COLS; 125 destline -= outline - (LINES - 1); 129 if (destline >= LINES) { 130 l = destline; 131 destline = LINES - 1 [all...] |
cr_put.c | 68 static int outcol, outline, destcol, destline; variable in typeref:typename:int 73 * the lack thereof and rolling up the screen to get destline on the screen. 82 destline = y; 97 "fgoto: outcol=%d, outline=%d, destcol=%d, destline=%d\n", 98 outcol, outline, destcol, destline); 100 destline += destcol / COLS; 125 destline -= outline - (LINES - 1); 129 if (destline >= LINES) { 130 l = destline; 131 destline = LINES - 1 [all...] |
cr_put.c | 68 static int outcol, outline, destcol, destline; variable in typeref:typename:int 73 * the lack thereof and rolling up the screen to get destline on the screen. 82 destline = y; 97 "fgoto: outcol=%d, outline=%d, destcol=%d, destline=%d\n", 98 outcol, outline, destcol, destline); 100 destline += destcol / COLS; 125 destline -= outline - (LINES - 1); 129 if (destline >= LINES) { 130 l = destline; 131 destline = LINES - 1 [all...] |