Searched refs:scroll_up (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/boot/pc98/libpc98/ |
| HD | vidconsole.c | 63 void scroll_up(int rows, int fg, int bg); 253 scroll_up(1, fg_c, bg_c); in vidc_rawputchar() 276 scroll_up(1, fg_c, bg_c); in vidc_rawputchar() 324 scroll_up(int rows, int fgcol, int bgcol) in scroll_up() function
|
| /NextBSD/sys/boot/i386/libi386/ |
| HD | vidconsole.c | 63 void scroll_up(int rows, int fg, int bg); 159 scroll_up(1, fg_c, bg_c); in vidc_rawputchar() 182 scroll_up(1, fg_c, bg_c); in vidc_rawputchar() 241 scroll_up(int rows, int fgcol, int bgcol) in scroll_up() function
|
| /NextBSD/contrib/ee/ |
| HD | new_curse.c | 732 destination->scroll_up = origin->scroll_up; 1503 Ntemp->scroll_down = Ntemp->scroll_up = 0; 2064 window->scroll_up = window->scroll_down = 0; 2119 virtual_scr->scroll_down = virtual_scr->scroll_up = 0; 2155 virtual_scr->scroll_up = window->scroll_up; 2206 window->scroll_up = window->scroll_down = 0; 2549 window->scroll_up += 1; 3389 ((window->scroll_up) && (diff) && in doupdate()
|
| HD | new_curse.h | 175 int scroll_up; /* number of lines moved */ member
|