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

  /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
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/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 113 bool scroll = true; local
117 scroll = false;
122 if (scroll)
  /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/games/hack/
hack.read.c 79 struct obj *scroll; local
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/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
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
  /src/usr.bin/mail/
cmd1.c 142 * Scroll to the next/previous screen
145 scroll(void *v) function
  /src/external/bsd/nvi/dist/motif_l/
m_motif.h 57 scroll; /* not connected yet */ member in struct:__anon7601
  /src/external/bsd/wpa/dist/src/utils/
browser.c 294 GtkWidget *scroll; local
320 scroll = gtk_scrolled_window_new(NULL, NULL);
321 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scroll),
358 gtk_container_add(GTK_CONTAINER(scroll), GTK_WIDGET(view));
359 gtk_container_add(GTK_CONTAINER(ctx.win), GTK_WIDGET(scroll));
  /src/sys/dev/wscons/
wsdisplayvar.h 133 void (*scroll)(void *, void *, int); member in struct:wsdisplay_accessops
  /src/sys/arch/arc/dev/
pccons.c 973 u_char c, scroll = 0; local
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/arch/vax/include/
qduser.h 375 * SCROLL ASSIST DEFINITIONS
379 struct scroll { struct
  /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/external/mit/xorg/lib/libxcb/files/
xinput.h 2857 } scroll; member in struct:xcb_input_device_class_data_t

Completed in 32 milliseconds