Searched refs:scroll (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/libs/libplatsupport/src/plat/pc99/
H A Dega.c35 /* How many lines to scroll by */
44 scroll(void) function
46 /* number of chars we are dropping when we do the scroll */
48 /* number of chars we need to move to perform the scroll. This all the lines
92 scroll();
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/pc99/
H A Dega.c35 /* How many lines to scroll by */
44 scroll(void) function
46 /* number of chars we are dropping when we do the scroll */
48 /* number of chars we need to move to perform the scroll. This all the lines
92 scroll();
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dread.c41 register struct obj *scroll; local
46 scroll = getobj(readable, "read");
47 if(!scroll) return(0);
50 if(scroll->otyp == FORTUNE_COOKIE) {
53 outrumor(bcsign(scroll), BY_COOKIE);
55 useup(scroll);
58 } else if (scroll->otyp == T_SHIRT) {
87 Strcpy(buf, shirt_msgs[scroll->o_id % SIZE(shirt_msgs)]);
88 erosion = greatest_erosion(scroll);
92 scroll
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dread.c41 register struct obj *scroll; local
46 scroll = getobj(readable, "read");
47 if(!scroll) return(0);
50 if(scroll->otyp == FORTUNE_COOKIE) {
53 outrumor(bcsign(scroll), BY_COOKIE);
55 useup(scroll);
58 } else if (scroll->otyp == T_SHIRT) {
87 Strcpy(buf, shirt_msgs[scroll->o_id % SIZE(shirt_msgs)]);
88 erosion = greatest_erosion(scroll);
92 scroll
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dqttableview.h126 void scroll( int xPixels, int yPixels );
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dqttableview.h126 void scroll( int xPixels, int yPixels );
/seL4-refos-master/libs/libvterm/src/
H A Dstate.c79 static void scroll(VTermState *state, VTermRect rect, int downward, int rightward) function
103 scroll(state, rect, 1, 0);
257 scroll(state, rect, 0, -1);
354 scroll(state, rect, -1, 0);
845 scroll(state, rect, 0, -count);
979 scroll(state, rect, -count, 0);
991 scroll(state, rect, count, 0);
1003 scroll(state, rect, 0, count);
1015 scroll(state, rect, count, 0);
1027 scroll(stat
[all...]
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Dstate.c79 static void scroll(VTermState *state, VTermRect rect, int downward, int rightward) function
103 scroll(state, rect, 1, 0);
257 scroll(state, rect, 0, -1);
354 scroll(state, rect, -1, 0);
845 scroll(state, rect, 0, -count);
979 scroll(state, rect, -count, 0);
991 scroll(state, rect, count, 0);
1003 scroll(state, rect, 0, count);
1015 scroll(state, rect, count, 0);
1027 scroll(stat
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex468 A scroll.
772 Read a scroll or spellbook.
1669 {\it scroll of identify}, which
1676 {\it scroll of mail} (on versions compiled with this feature).
1683 read the scroll.
1690 The command to read a scroll is `{\tt r}'.
1990 a scroll, spellbook, fortune cookie message, or t-shirt; writing a
1991 scroll; or making an engraving of anything other than a single ``x'' (the
2479 food, potion, scroll, spellbook, wand, gold, gem or rock, boulder or statue,
2743 \item[\ib{scroll\_amoun
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex468 A scroll.
772 Read a scroll or spellbook.
1669 {\it scroll of identify}, which
1676 {\it scroll of mail} (on versions compiled with this feature).
1683 read the scroll.
1690 The command to read a scroll is `{\tt r}'.
1990 a scroll, spellbook, fortune cookie message, or t-shirt; writing a
1991 scroll; or making an engraving of anything other than a single ``x'' (the
2479 food, potion, scroll, spellbook, wand, gold, gem or rock, boulder or statue,
2743 \item[\ib{scroll\_amoun
[all...]

Completed in 144 milliseconds