Home
last modified time | relevance | path

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

/netbsd-src/games/phantasia/
H A Dio.c82 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 Dfight.c466 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 Dmain.c170 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 Dgamesupport.c170 c = getanswer(" ", TRUE); in changestats()
174 c = getanswer("!BA", FALSE); in changestats()
440 c = getanswer("\nTF", TRUE); in changestats()
H A Dinterplayer.c188 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 Dphantglobs.h86 int getanswer(const char *, bool);
H A Dmisc.c211 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 Dgethnamaddr.c155 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 Dgetaddrinfo.c271 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()