Home
last modified time | relevance | path

Searched refs:morc (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/games/hack/
Dhack.tty.c267 char morc; /* tell the outside world what char he used */ variable
275 morc = 0; in xwaitforspace()
281 morc = c; in xwaitforspace()
Dhack.pager.c219 extern char morc; in page_line()
227 if(morc) { in page_line()
228 morc = 0; in page_line()
Dhack.invent.c71 extern char morc;
469 if(!(ilet = morc)) continue; in getobj()
473 if(!(ilet = morc)) continue; in getobj()
684 morc = 0; /* just to be sure */ in doinv()