Symbol: scroll
distrib/special/more/curses.h
242
int scroll(WINDOW *);
games/hack/hack.read.c
124
strange_feeling(scroll,"Your bones itch.");
games/hack/hack.read.c
143
strange_feeling(scroll,"Your skin itches.");
games/hack/hack.read.c
219
if(!chwepon(scroll, 1)) /* tests for !uwep */
games/hack/hack.read.c
228
if(!chwepon(scroll, -1)) /* tests for !uwep */
games/hack/hack.read.c
300
strange_feeling(scroll, "Your toes stop itching.");
games/hack/hack.read.c
320
strange_feeling(scroll, "You feel materially poor.");
games/hack/hack.read.c
353
strange_feeling(scroll,"Your nose twitches.");
games/hack/hack.read.c
380
useup(scroll);
games/hack/hack.read.c
486
scroll->otyp);
games/hack/hack.read.c
488
if(!objects[scroll->otyp].oc_name_known) {
games/hack/hack.read.c
490
objects[scroll->otyp].oc_name_known = 1;
games/hack/hack.read.c
492
} else if(!objects[scroll->otyp].oc_uname)
games/hack/hack.read.c
493
docall(scroll);
games/hack/hack.read.c
495
useup(scroll);
games/hack/hack.read.c
73
struct obj *scroll;
games/hack/hack.read.c
77
scroll = getobj("?", "read");
games/hack/hack.read.c
78
if(!scroll) return(0);
games/hack/hack.read.c
79
if(!scroll->dknown && Blind) {
games/hack/hack.read.c
90
switch(scroll->otyp) {
games/hack/hack.read.c
99
strange_feeling(scroll,"Your skin glows then fades.");
lib/libcurses/base/lib_addch.c
157
scroll(win);
lib/libcurses/base/lib_addch.c
506
scroll(win);
lib/libcurses/base/lib_addch.c
518
scroll(win);
lib/libcurses/curses.h
780
extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */
lib/libcurses/widechar/lib_add_wch.c
150
scroll(win);
lib/libcurses/widechar/lib_add_wch.c
361
scroll(win);
lib/libcurses/widechar/lib_add_wch.c
373
scroll(win);
sys/dev/wscons/wstpad.c
1017
input->motion.dw = tp->scroll.dw;
sys/dev/wscons/wstpad.c
1021
input->motion.dz = tp->scroll.dz;
sys/dev/wscons/wstpad.c
1167
&& !(tp->scroll.dz || tp->scroll.dw)
sys/dev/wscons/wstpad.c
1638
tp->scroll.hdist = 4 * h_unit;
sys/dev/wscons/wstpad.c
1639
tp->scroll.vdist = 4 * v_unit;
sys/dev/wscons/wstpad.c
1804
tp->scroll.hdist = val;
sys/dev/wscons/wstpad.c
1807
tp->scroll.vdist = val;
sys/dev/wscons/wstpad.c
1902
*pval = tp->scroll.hdist;
sys/dev/wscons/wstpad.c
1905
*pval = tp->scroll.vdist;
sys/dev/wscons/wstpad.c
236
} scroll;
sys/dev/wscons/wstpad.c
448
tp->scroll.dz = 0;
sys/dev/wscons/wstpad.c
449
tp->scroll.dw = 0;
sys/dev/wscons/wstpad.c
460
if (tp->scroll.dz || tp->scroll.dw || wstpad_is_stable(input, tp->t)) {
sys/dev/wscons/wstpad.c
479
mag = tp->scroll.mag = imin(MAG_MEDIUM,
sys/dev/wscons/wstpad.c
480
(mag + 3 * tp->scroll.mag) / 4);
sys/dev/wscons/wstpad.c
484
if (dy && tp->scroll.vdist) {
sys/dev/wscons/wstpad.c
485
if (tp->scroll.dw) {
sys/dev/wscons/wstpad.c
490
tp->scroll.dw = 0;
sys/dev/wscons/wstpad.c
493
dz = -dy * 4096 / (tp->scroll.vdist * n);
sys/dev/wscons/wstpad.c
494
if (tp->scroll.dz) {
sys/dev/wscons/wstpad.c
495
if ((dy < 0) != (tp->scroll.dz > 0))
sys/dev/wscons/wstpad.c
496
tp->scroll.dz = -tp->scroll.dz;
sys/dev/wscons/wstpad.c
497
dz = (dz + 3 * tp->scroll.dz) / 4;
sys/dev/wscons/wstpad.c
500
tp->scroll.dz = dz;
sys/dev/wscons/wstpad.c
504
} else if (dx && tp->scroll.hdist) {
sys/dev/wscons/wstpad.c
505
if (tp->scroll.dz) {
sys/dev/wscons/wstpad.c
506
tp->scroll.dz = 0;
sys/dev/wscons/wstpad.c
509
dw = dx * 4096 / (tp->scroll.hdist * n);
sys/dev/wscons/wstpad.c
510
if (tp->scroll.dw) {
sys/dev/wscons/wstpad.c
511
if ((dx > 0) != (tp->scroll.dw > 0))
sys/dev/wscons/wstpad.c
512
tp->scroll.dw = -tp->scroll.dw;
sys/dev/wscons/wstpad.c
513
dw = (dw + 3 * tp->scroll.dw) / 4;
sys/dev/wscons/wstpad.c
516
tp->scroll.dw = dw;
sys/dev/wscons/wstpad.c
557
!(tp->scroll.dz || tp->scroll.dw))
usr.bin/mail/cmdtab.c
87
{ "z", { scroll }, M|STRLIST, 0, 0 },
usr.bin/mail/extern.h
217
int scroll(void *);
usr.bin/talk/display.c
191
scroll(win->x_win);