/src/lib/libcurses/ |
scroll.c | 1 /* $NetBSD: scroll.c,v 1.29 2024/12/23 02:58:04 blymn Exp $ */ 35 static char sccsid[] = "@(#)scroll.c 8.3 (Berkeley) 5/4/94"; 37 __RCSID("$NetBSD: scroll.c,v 1.29 2024/12/23 02:58:04 blymn Exp $"); 45 * scroll -- 46 * Scroll the window up a line. 49 scroll(WINDOW *win) function in typeref:typename:int 59 * Scroll stdscr n lines - up if n is positive, down if n is negative. 94 * Scroll a window n lines - up if n is positive, down if n is negative. 121 __CTRACE(__CTRACE_WINDOW, "scroll: win == curscr\n");
|
/src/games/hack/ |
hack.read.c | 79 struct obj *scroll; local in function:doread 83 scroll = getobj("?", "read"); 84 if (!scroll) 86 if (!scroll->dknown && Blind) { 87 pline("Being blind, you cannot read the formula on the scroll."); 91 pline("As you pronounce the formula on it, the scroll disappears."); 93 pline("As you read the scroll, it disappears."); 97 switch (scroll->otyp) { 100 readmail( /* scroll */ ); 107 strange_feeling(scroll, "Your skin glows then fades.") [all...] |
/src/sbin/wsconsctl/ |
keyboard.c | 57 static struct wskbd_scroll_data scroll; variable in typeref:struct:wskbd_scroll_data 81 { "scroll.mode", &scroll.mode, FMT_UINT, FLG_MODIFY }, 82 { "scroll.modifier", &scroll.modifier, FMT_UINT, FLG_MODIFY }, 183 scroll.which = 0; 184 if (field_by_value(&scroll.mode)->flags & FLG_GET) 185 scroll.which |= WSKBD_SCROLL_DOMODE; 186 if (field_by_value(&scroll.modifier)->flags & FLG_GET) 187 scroll.which |= WSKBD_SCROLL_DOMODIFIER [all...] |
/src/sys/arch/ews4800mips/stand/common/ |
console.h | 73 void (*scroll)(void); member in struct:cons
|
/src/sys/arch/prep/stand/boot/ |
vga.c | 54 int scroll; variable in typeref:typename:int 388 if (d->cp >= base + (COL * ROW)) { /* scroll check */
|
/src/sys/dev/hpc/ |
bicons.c | 131 static void scroll(int, int, int); 248 /* scroll up */ 249 scroll(FONT_HEIGHT, (bicons_height - 1) * FONT_HEIGHT, 326 scroll(int y, int height, int d) function in typeref:typename:void
|
/src/usr.bin/mail/ |
cmd1.c | 142 * Scroll to the next/previous screen 145 scroll(void *v) function in typeref:typename:PUBLIC int
|
/src/sys/dev/wscons/ |
wsdisplayvar.h | 132 void (*scroll)(void *, void *, int); member in struct:wsdisplay_accessops
|
/src/sys/arch/arc/dev/ |
pccons.c | 973 u_char c, scroll = 0; local in function:sput 1050 scroll = 1; 1069 scroll = 1; 1086 * break to do a scroll check. 1098 scroll = 1; 1303 case 'S': { /* scroll up cx lines */ 1353 case 'T': { /* scroll down cx lines */ 1439 if (scroll) { 1440 scroll = 0; 1441 /* scroll check * [all...] |
/src/sys/dev/qbus/ |
qd.c | 134 #define MAPSCR 0x08 /* scroll param area mapped */ 196 * The driver assists a client in scroll operations by loading dragon 199 * The scroll parameter structures are ALL located in the same memory page 202 char scroll_shared[2 * 512]; /* reserve space for scroll structs */ 203 struct scroll *scroll[NQD]; /* pointers to scroll structures */ variable in typeref:struct:scroll * [] 979 * re-protect scroll param area and disable scroll intrpts 982 ptep = (int *) ((VTOP(scroll[unit]) * 4 [all...] |
qduser.h | 368 * SCROLL ASSIST DEFINITIONS 372 struct scroll { struct
|
/src/sys/arch/vax/include/ |
qduser.h | 375 * SCROLL ASSIST DEFINITIONS 379 struct scroll { struct
|