Symbol: getanswer
games/phantasia/fight.c
1175
ch = getanswer("NY", FALSE);
games/phantasia/fight.c
1195
ch = getanswer("NY", FALSE);
games/phantasia/fight.c
1264
ch = getanswer("NY", FALSE);
games/phantasia/fight.c
1285
ch = getanswer("NY", FALSE);
games/phantasia/fight.c
1427
ch = getanswer("NY", FALSE);
games/phantasia/fight.c
1496
ch = getanswer("NY", FALSE);
games/phantasia/fight.c
551
ch = getanswer("YN", FALSE);
games/phantasia/fight.c
833
ch = getanswer(" ", TRUE);
games/phantasia/gamesupport.c
212
c = getanswer(" ", TRUE);
games/phantasia/gamesupport.c
216
c = getanswer("!BA", FALSE);
games/phantasia/gamesupport.c
483
c = getanswer("\nTF", TRUE);
games/phantasia/interplayer.c
237
ch = getanswer("NY", FALSE);
games/phantasia/interplayer.c
309
if ((ch = getanswer("YN", FALSE)) == 'Y')
games/phantasia/interplayer.c
899
ch = getanswer(" ", TRUE);
games/phantasia/interplayer.c
973
ch = getanswer(" ", TRUE);
games/phantasia/io.c
135
getanswer(" ", FALSE);
games/phantasia/io.c
208
return (getanswer("T ", TRUE));
games/phantasia/io.c
212
getanswer(" ", TRUE);
games/phantasia/io.c
267
ch = getanswer("NY", FALSE);
games/phantasia/io.c
272
ch = getanswer("NY", FALSE);
games/phantasia/main.c
175
switch (getanswer("NYQ", FALSE)) {
games/phantasia/main.c
408
chartype = getanswer("1234567", FALSE);
games/phantasia/main.c
411
chartype = getanswer("123456", FALSE);
games/phantasia/main.c
429
ch = getanswer(" ", TRUE);
games/phantasia/main.c
914
ch = getanswer("YN", FALSE);
games/phantasia/main.c
996
ch = getanswer("NY", FALSE);
games/phantasia/misc.c
275
ch = getanswer("LPS", FALSE);
games/phantasia/misc.c
286
ch = getanswer(" 1234567", FALSE);
games/phantasia/misc.c
419
ch = getanswer("NY", FALSE);
games/phantasia/misc.c
932
ch = getanswer("NY", FALSE);
games/phantasia/phantglobs.h
100
int getanswer(char *, bool);