| /netbsd-src/games/phantasia/ |
| H A D | io.c | 82 getanswer(" ", FALSE); in more() 105 return (getanswer("T ", TRUE)); in inputoption() 109 getanswer(" ", TRUE); in inputoption() 144 ch = getanswer("NY", FALSE); in interrupt() 150 ch = getanswer("NY", FALSE); in interrupt() 171 getanswer(const char *choices, phbool def) in getanswer() function
|
| H A D | fight.c | 466 ch = getanswer("YN", FALSE); in monsthits() 674 ch = getanswer(" ", TRUE); in throwspell() 967 ch = getanswer("NY", FALSE); in awardtreasure() 985 ch = getanswer("NY", FALSE); in awardtreasure() 1052 ch = getanswer("NY", FALSE); in awardtreasure() 1072 ch = getanswer("NY", FALSE); in awardtreasure() 1217 ch = getanswer("NY", FALSE); in awardtreasure() 1305 ch = getanswer("NY", FALSE); in awardtreasure()
|
| H A D | main.c | 170 switch (getanswer("NYQ", FALSE)) { in main() 370 chartype = getanswer("1234567", FALSE); in rollnewplayer() 373 chartype = getanswer("123456", FALSE); in rollnewplayer() 391 ch = getanswer(" ", TRUE); in rollnewplayer() 803 ch = getanswer("YN", FALSE); in recallplayer() 864 ch = getanswer("NY", FALSE); in neatstuff()
|
| H A D | gamesupport.c | 170 c = getanswer(" ", TRUE); in changestats() 174 c = getanswer("!BA", FALSE); in changestats() 440 c = getanswer("\nTF", TRUE); in changestats()
|
| H A D | interplayer.c | 188 ch = getanswer("NY", FALSE); in battleplayer() 260 if ((ch = getanswer("YN", FALSE)) == 'Y') in battleplayer() 685 ch = getanswer(" ", TRUE); in dotampered() 759 ch = getanswer(" ", TRUE); in dotampered()
|
| H A D | phantglobs.h | 86 int getanswer(const char *, bool);
|
| H A D | misc.c | 211 ch = getanswer("LPS", FALSE); in tradingpost() 222 ch = getanswer(" 1234567", FALSE); in tradingpost() 362 ch = getanswer("NY", FALSE); in tradingpost() 680 ch = getanswer("NY", FALSE); in death()
|
| /netbsd-src/lib/libc/net/ |
| H A D | gethnamaddr.c | 155 static struct hostent *getanswer(const querybuf *, int, const char *, int, 214 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, in getanswer() function 979 hp = getanswer(buf, n, name, type, res, info->hp, info->buf, in _dns_gethtbyname() 1059 hp = getanswer(buf, n, qbuf, T_PTR, res, info->hp, info->buf, in _dns_gethtbyaddr()
|
| H A D | getaddrinfo.c | 271 static struct addrinfo *getanswer(res_state, const querybuf *, int, 1702 getanswer(res_state res, const querybuf *answer, int anslen, const char *qname, in getanswer() function 2071 ai = getanswer(res, buf, q->n, q->name, q->qtype, pai); in _dns_query() 2078 ai = getanswer(res, buf2, q2->n, q2->name, q2->qtype, pai); in _dns_query()
|