Home
last modified time | relevance | path

Searched refs:ttgetch (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/games/larn/
Dmoreobj.c32 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()
Dobject.c166 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 …]
Dstore.c256 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()
Dhelp.c58 i = ttgetch(); in help()
109 while (ttgetch() != '\n'); in retcont()
Dglobal.c382 i = ttgetch(); in quit()
413 while (ttgetch() != ' '); in more()
758 *gpwp++ = ttgetch(); in getpassword()
779 i = ttgetch(); in getyn()
Dextern.h115 int ttgetch(void);
Dmonster.c251 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()
Dmain.c1293 i = ttgetch(); in whatitem()
1309 if ((i = ttgetch()) == '*') in readnum()
1320 i = ttgetch(); in readnum()
Dio.c170 ttgetch(void) in ttgetch() function