Searched refs:ttgetch (Results 1 – 9 of 9) sorted by relevance
32 switch (ttgetch()) { in oaltar()36 switch (ttgetch()) { in oaltar()74 switch (ttgetch()) { in othrone()102 switch (ttgetch()) { in odeadthrone()133 switch (ttgetch()) { in ochest()164 switch (ttgetch()) { in ofountain()
166 i = ttgetch(); in lookforobject()191 j = ttgetch(); in lookforobject()214 i = ttgetch(); in lookforobject()237 i = ttgetch(); in lookforobject()256 i = ttgetch(); in lookforobject()307 i = ttgetch(); in lookforobject()327 i = ttgetch(); in lookforobject()367 i = ttgetch(); in lookforobject()466 i = ttgetch(); in lookforobject()480 i = ttgetch(); in lookforobject()[all …]
256 i = ttgetch(); in dndstore()274 i = ttgetch(); in dndstore()408 i = ttgetch(); in oschool()547 i = ttgetch(); in banktitle()628 i = ttgetch(); in obanksub()666 i = ttgetch(); in obanksub()774 i = ttgetch(); in otradepost()878 i = ttgetch(); in olrs()
58 i = ttgetch(); in help()109 while (ttgetch() != '\n'); in retcont()
382 i = ttgetch(); in quit()413 while (ttgetch() != ' '); in more()758 *gpwp++ = ttgetch(); in getpassword()779 i = ttgetch(); in getyn()
115 int ttgetch(void);
251 while ((a = ttgetch()) == 'D') { in cast()258 if ((b = ttgetch()) == '\33') in cast()260 if ((d = ttgetch()) == '\33') { in cast()1011 switch (ttgetch()) { in dirsub()1906 for (i = 0; (!isalpha(i)) && (i != ' '); i = ttgetch()); in genmonst()
1293 i = ttgetch(); in whatitem()1309 if ((i = ttgetch()) == '*') in readnum()1320 i = ttgetch(); in readnum()
170 ttgetch(void) in ttgetch() function