Searched refs:wc_scroll_amount (Results 1 - 4 of 4) sorted by path

/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h252 int wc_scroll_amount; /* scroll this amount at scroll_margin */ member in struct:instance_flags
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c1954 iflags.wc_scroll_amount = negated ? 1 : atoi(op);
3068 if (iflags.wc_scroll_amount) Sprintf(buf, "%d",iflags.wc_scroll_amount);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h252 int wc_scroll_amount; /* scroll this amount at scroll_margin */ member in struct:instance_flags
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c1954 iflags.wc_scroll_amount = negated ? 1 : atoi(op);
3068 if (iflags.wc_scroll_amount) Sprintf(buf, "%d",iflags.wc_scroll_amount);

Completed in 61 milliseconds