/src/games/phantasia/ |
io.c | 82 getanswer(" ", FALSE); 105 return (getanswer("T ", TRUE)); 109 getanswer(" ", TRUE); 144 ch = getanswer("NY", FALSE); 150 ch = getanswer("NY", FALSE); 171 getanswer(const char *choices, phbool def) function in typeref:typename:int
|
phantglobs.h | 86 int getanswer(const char *, bool);
|
fight.c | 466 ch = getanswer("YN", FALSE); 674 ch = getanswer(" ", TRUE); 967 ch = getanswer("NY", FALSE); 985 ch = getanswer("NY", FALSE); 1052 ch = getanswer("NY", FALSE); 1072 ch = getanswer("NY", FALSE); 1217 ch = getanswer("NY", FALSE); 1305 ch = getanswer("NY", FALSE);
|
gamesupport.c | 170 c = getanswer(" ", TRUE); 174 c = getanswer("!BA", FALSE); 440 c = getanswer("\nTF", TRUE);
|
interplayer.c | 188 ch = getanswer("NY", FALSE); 260 if ((ch = getanswer("YN", FALSE)) == 'Y') 685 ch = getanswer(" ", TRUE); 759 ch = getanswer(" ", TRUE);
|
main.c | 170 switch (getanswer("NYQ", FALSE)) { 370 chartype = getanswer("1234567", FALSE); 373 chartype = getanswer("123456", FALSE); 391 ch = getanswer(" ", TRUE); 803 ch = getanswer("YN", FALSE); 864 ch = getanswer("NY", FALSE);
|
misc.c | 211 ch = getanswer("LPS", FALSE); 222 ch = getanswer(" 1234567", FALSE); 362 ch = getanswer("NY", FALSE); 680 ch = getanswer("NY", FALSE);
|
/src/lib/libc/net/ |
gethnamaddr.c | 132 "gethostby*.getanswer: asked for \"%s\", got \"%s\""; 155 static struct hostent *getanswer(const querybuf *, int, const char *, int, 214 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, function in typeref:struct:hostent * 364 "gethostby*.getanswer: asked for \"%s %s %s\", got type \"%s\"", 979 hp = getanswer(buf, n, name, type, res, info->hp, info->buf, 1059 hp = getanswer(buf, n, qbuf, T_PTR, res, info->hp, info->buf,
|
getaddrinfo.c | 271 static struct addrinfo *getanswer(res_state, const querybuf *, int, 1697 "gethostby*.getanswer: asked for \"%s\", got \"%s\""; 1702 getanswer(res_state res, const querybuf *answer, int anslen, const char *qname, function in typeref:struct:addrinfo * 1827 "gethostby*.getanswer: asked for \"%s %s %s\", got type \"%s\"", 2071 ai = getanswer(res, buf, q->n, q->name, q->qtype, pai); 2078 ai = getanswer(res, buf2, q2->n, q2->name, q2->qtype, pai);
|