Symbol: ttgetch
games/larn/extern.h
115
int ttgetch(void);
games/larn/global.c
382
i = ttgetch();
games/larn/global.c
413
while (ttgetch() != ' ');
games/larn/global.c
758
*gpwp++ = ttgetch();
games/larn/global.c
779
i = ttgetch();
games/larn/help.c
109
while (ttgetch() != '\n');
games/larn/help.c
58
i = ttgetch();
games/larn/main.c
1293
i = ttgetch();
games/larn/main.c
1309
if ((i = ttgetch()) == '*')
games/larn/main.c
1320
i = ttgetch();
games/larn/monster.c
1011
switch (ttgetch()) {
games/larn/monster.c
1906
for (i = 0; (!isalpha(i)) && (i != ' '); i = ttgetch());
games/larn/monster.c
251
while ((a = ttgetch()) == 'D') {
games/larn/monster.c
258
if ((b = ttgetch()) == '\33')
games/larn/monster.c
260
if ((d = ttgetch()) == '\33') {
games/larn/moreobj.c
102
switch (ttgetch()) {
games/larn/moreobj.c
133
switch (ttgetch()) {
games/larn/moreobj.c
164
switch (ttgetch()) {
games/larn/moreobj.c
32
switch (ttgetch()) {
games/larn/moreobj.c
36
switch (ttgetch()) {
games/larn/moreobj.c
74
switch (ttgetch()) {
games/larn/object.c
1169
switch (ttgetch()) {
games/larn/object.c
1219
switch (ttgetch()) {
games/larn/object.c
1318
i = ttgetch();
games/larn/object.c
1320
i = ttgetch();
games/larn/object.c
166
i = ttgetch();
games/larn/object.c
191
j = ttgetch();
games/larn/object.c
214
i = ttgetch();
games/larn/object.c
237
i = ttgetch();
games/larn/object.c
256
i = ttgetch();
games/larn/object.c
307
i = ttgetch();
games/larn/object.c
327
i = ttgetch();
games/larn/object.c
367
i = ttgetch();
games/larn/object.c
466
i = ttgetch();
games/larn/object.c
480
i = ttgetch();
games/larn/object.c
501
i = ttgetch();
games/larn/object.c
544
i = ttgetch();
games/larn/object.c
572
switch (ttgetch()) {
games/larn/object.c
667
switch (ttgetch()) {
games/larn/object.c
877
switch (ttgetch()) {
games/larn/store.c
256
i = ttgetch();
games/larn/store.c
274
i = ttgetch();
games/larn/store.c
408
i = ttgetch();
games/larn/store.c
547
i = ttgetch();
games/larn/store.c
628
i = ttgetch();
games/larn/store.c
666
i = ttgetch();
games/larn/store.c
774
i = ttgetch();
games/larn/store.c
878
i = ttgetch();