Symbol: scroll
games/hack/hack.read.c
107
strange_feeling(scroll, "Your skin glows then fades.");
games/hack/hack.read.c
132
strange_feeling(scroll, "Your bones itch.");
games/hack/hack.read.c
151
strange_feeling(scroll, "Your skin itches.");
games/hack/hack.read.c
231
} else if (!chwepon(scroll, 1)) /* tests for !uwep */
games/hack/hack.read.c
239
} else if (!chwepon(scroll, -1)) /* tests for !uwep */
games/hack/hack.read.c
319
strange_feeling(scroll, "Your toes stop itching.");
games/hack/hack.read.c
342
strange_feeling(scroll, "You feel materially poor.");
games/hack/hack.read.c
381
strange_feeling(scroll, "Your nose twitches.");
games/hack/hack.read.c
408
useup(scroll);
games/hack/hack.read.c
520
scroll->otyp);
games/hack/hack.read.c
522
if (!objects[scroll->otyp].oc_name_known) {
games/hack/hack.read.c
524
objects[scroll->otyp].oc_name_known = 1;
games/hack/hack.read.c
526
} else if (!objects[scroll->otyp].oc_uname)
games/hack/hack.read.c
527
docall(scroll);
games/hack/hack.read.c
529
useup(scroll);
games/hack/hack.read.c
79
struct obj *scroll;
games/hack/hack.read.c
83
scroll = getobj("?", "read");
games/hack/hack.read.c
84
if (!scroll)
games/hack/hack.read.c
86
if (!scroll->dknown && Blind) {
games/hack/hack.read.c
97
switch (scroll->otyp) {
lib/libcurses/addbytes.c
269
scroll(win);
lib/libcurses/addbytes.c
383
scroll(win);
lib/libcurses/addbytes.c
454
scroll(win);
lib/libcurses/addbytes.c
500
scroll(win);
lib/libcurses/addbytes.c
611
scroll(win);
lib/libcurses/curses.h
753
int scroll(WINDOW *);
lib/libcurses/ins_wch.c
124
scroll(win);
lib/libcurses/ins_wstr.c
410
scroll(win);
lib/libcurses/insch.c
136
scroll(win);
sbin/wsconsctl/keyboard.c
183
scroll.which = 0;
sbin/wsconsctl/keyboard.c
184
if (field_by_value(&scroll.mode)->flags & FLG_GET)
sbin/wsconsctl/keyboard.c
185
scroll.which |= WSKBD_SCROLL_DOMODE;
sbin/wsconsctl/keyboard.c
186
if (field_by_value(&scroll.modifier)->flags & FLG_GET)
sbin/wsconsctl/keyboard.c
187
scroll.which |= WSKBD_SCROLL_DOMODIFIER;
sbin/wsconsctl/keyboard.c
188
if (scroll.which != 0) {
sbin/wsconsctl/keyboard.c
189
if (ioctl(fd, WSKBDIO_GETSCROLL, &scroll) == -1) {
sbin/wsconsctl/keyboard.c
299
scroll.which = 0;
sbin/wsconsctl/keyboard.c
300
if (field_by_value(&scroll.mode)->flags & FLG_SET)
sbin/wsconsctl/keyboard.c
301
scroll.which |= WSKBD_SCROLL_DOMODE;
sbin/wsconsctl/keyboard.c
302
if (field_by_value(&scroll.modifier)->flags & FLG_SET)
sbin/wsconsctl/keyboard.c
303
scroll.which |= WSKBD_SCROLL_DOMODIFIER;
sbin/wsconsctl/keyboard.c
305
if (scroll.which & WSKBD_SCROLL_DOMODE)
sbin/wsconsctl/keyboard.c
306
pr_field(field_by_value(&scroll.mode), " -> ");
sbin/wsconsctl/keyboard.c
307
if (scroll.which & WSKBD_SCROLL_DOMODIFIER)
sbin/wsconsctl/keyboard.c
308
pr_field(field_by_value(&scroll.modifier), " -> ");
sbin/wsconsctl/keyboard.c
309
if (scroll.which != 0) {
sbin/wsconsctl/keyboard.c
310
if (ioctl(fd, WSKBDIO_SETSCROLL, &scroll) == -1) {
sbin/wsconsctl/keyboard.c
57
static struct wskbd_scroll_data scroll;
sbin/wsconsctl/keyboard.c
81
{ "scroll.mode", &scroll.mode, FMT_UINT, FLG_MODIFY },
sbin/wsconsctl/keyboard.c
82
{ "scroll.modifier", &scroll.modifier, FMT_UINT, FLG_MODIFY },
sys/arch/arc/dev/pccons.c
1050
scroll = 1;
sys/arch/arc/dev/pccons.c
1069
scroll = 1;
sys/arch/arc/dev/pccons.c
1098
scroll = 1;
sys/arch/arc/dev/pccons.c
1439
if (scroll) {
sys/arch/arc/dev/pccons.c
1440
scroll = 0;
sys/arch/arc/dev/pccons.c
973
u_char c, scroll = 0;
sys/arch/atari/vme/leo.c
330
leo_scroll(struct leo_softc *sc, int scroll)
sys/arch/atari/vme/leo.c
333
if ((scroll < 0) || (scroll > 255))
sys/arch/atari/vme/leo.c
336
(scroll >> 6) & 0xff);
sys/arch/atari/vme/leo.c
338
(scroll << 2) & 0xff);
sys/arch/ews4800mips/stand/common/cons_fb.c
54
cons.scroll = fb_scroll;
sys/arch/ews4800mips/stand/common/console.c
123
cons.scroll = cons_rom_scroll;
sys/arch/ews4800mips/stand/common/console.c
183
cons.scroll();
sys/arch/ews4800mips/stand/common/console.c
214
cons.scroll();
sys/arch/ews4800mips/stand/common/console.c
58
cons.scroll = nullscroll;
sys/arch/ews4800mips/stand/common/console.h
73
void (*scroll)(void);
sys/arch/hppa/dev/summitfb.c
160
.scroll = NULL,
sys/arch/luna68k/dev/lunafb.c
167
.scroll = NULL
sys/arch/prep/stand/boot/vga.c
54
int scroll;
sys/arch/sgimips/gio/light.c
116
.scroll = NULL
sys/arch/sparc/dev/cgfour.c
231
.scroll = NULL
sys/dev/hpc/bicons.c
131
static void scroll(int, int, int);
sys/dev/hpc/bicons.c
249
scroll(FONT_HEIGHT, (bicons_height - 1) * FONT_HEIGHT,
sys/dev/hpc/hpcfb.c
262
.scroll = NULL,
sys/dev/pci/tga.c
154
.scroll = NULL,
sys/dev/pci/viogpu.c
189
.scroll = NULL,
sys/dev/qbus/qd.c
1277
ptep = (int *) ((VTOP(scroll[unit]) * 4)
sys/dev/qbus/qd.c
1284
scroll[unit]->status = 0;
sys/dev/qbus/qd.c
1288
*(int *)datap = (int) scroll[unit]; /* return scroll area */
sys/dev/qbus/qd.c
1297
ptep = (int *) ((VTOP(scroll[unit]) * 4)
sys/dev/qbus/qd.c
203
struct scroll *scroll[NQD]; /* pointers to scroll structures */
sys/dev/qbus/qd.c
2251
if (scroll[unit]->status & LOAD_REGS) {
sys/dev/qbus/qd.c
2263
adder->ID_scroll_data = scroll[unit]->viper_constant;
sys/dev/qbus/qd.c
2267
scroll[unit]->y_scroll_constant;
sys/dev/qbus/qd.c
2268
adder->y_offset_pending = scroll[unit]->y_offset;
sys/dev/qbus/qd.c
2270
if (scroll[unit]->status & LOAD_INDEX) {
sys/dev/qbus/qd.c
2273
scroll[unit]->x_index_pending;
sys/dev/qbus/qd.c
2275
scroll[unit]->y_index_pending;
sys/dev/qbus/qd.c
2278
scroll[unit]->status = 0x00;
sys/dev/qbus/qd.c
3332
scroll[unit] = (struct scroll *)
sys/dev/qbus/qd.c
3334
+ (sizeof(struct scroll) * unit));
sys/dev/qbus/qd.c
3335
scroll[unit]->status = 0;
sys/dev/qbus/qd.c
3336
scroll[unit]->viper_constant = 0;
sys/dev/qbus/qd.c
3337
scroll[unit]->y_scroll_constant = 0;
sys/dev/qbus/qd.c
3338
scroll[unit]->y_offset = 0;
sys/dev/qbus/qd.c
3339
scroll[unit]->x_index_pending = 0;
sys/dev/qbus/qd.c
3340
scroll[unit]->y_index_pending = 0;
sys/dev/qbus/qd.c
982
ptep = (int *) ((VTOP(scroll[unit]) * 4)
sys/dev/wscons/wsdisplay.c
548
if (sc->sc_accessops->scroll) {
sys/dev/wscons/wsdisplay.c
549
(*sc->sc_accessops->scroll)(sc->sc_accesscookie,
sys/dev/wscons/wsdisplay_vcons.c
210
ao->scroll = vcons_scroll;
sys/dev/wscons/wsdisplayvar.h
133
void (*scroll)(void *, void *, int);
tests/lib/libcurses/slave/curses_commands.c
2564
report_return(scroll(win));
usr.bin/mail/cmdtab.c
114
{ "z", scroll, S, CMP(n) M|STRLIST, 0, 0 },
usr.bin/mail/extern.h
52
int scroll(void *);