Lines Matching refs:scroll
79 struct obj *scroll; in doread() local
83 scroll = getobj("?", "read"); in doread()
84 if (!scroll) in doread()
86 if (!scroll->dknown && Blind) { in doread()
97 switch (scroll->otyp) { in doread()
107 strange_feeling(scroll, "Your skin glows then fades."); in doread()
132 strange_feeling(scroll, "Your bones itch."); in doread()
151 strange_feeling(scroll, "Your skin itches."); in doread()
231 } else if (!chwepon(scroll, 1)) /* tests for !uwep */ in doread()
239 } else if (!chwepon(scroll, -1)) /* tests for !uwep */ in doread()
319 strange_feeling(scroll, "Your toes stop itching."); in doread()
342 strange_feeling(scroll, "You feel materially poor."); in doread()
381 strange_feeling(scroll, "Your nose twitches."); in doread()
408 useup(scroll); in doread()
520 scroll->otyp); in doread()
522 if (!objects[scroll->otyp].oc_name_known) { in doread()
524 objects[scroll->otyp].oc_name_known = 1; in doread()
526 } else if (!objects[scroll->otyp].oc_uname) in doread()
527 docall(scroll); in doread()
529 useup(scroll); in doread()