Symbol: yes
crypto/libressl/include/openssl/ssl.h
1172
void SSL_set_read_ahead(SSL *s, int yes);
crypto/libressl/ssl/ssl_lib.c
848
SSL_set_read_ahead(SSL *s, int yes)
crypto/libressl/ssl/ssl_lib.c
850
s->internal->read_ahead = yes;
games/adventure/done.c
146
yea = yes(81 + numdie * 2, 82 + numdie * 2, 54);
games/adventure/extern.h
53
int yes(int, int, int);
games/adventure/init.c
288
hinted[3] = yes(65, 1, 0);
games/adventure/main.c
349
gaveup = yes(22, 54, 54);
games/adventure/main.c
378
gaveup = yes(143, 54, 54);
games/adventure/main.c
433
if (!yes(200, 54, 54))
games/adventure/main.c
674
hinted[2] = yes(192, 193, 54);
games/adventure/subr.c
537
if (!yes(hints[hint][3], 0, 54))
games/adventure/subr.c
541
hinted[hint] = yes(175, hints[hint][4], 54);
lib/libalias/alias_db.c
2219
SetLastLineCrlfTermed(struct alias_link *link, int yes)
lib/libalias/alias_db.c
2222
if (yes)
lib/libc/locale/rpmatch.c
37
regex_t yes, no;
lib/libc/locale/rpmatch.c
40
if (regcomp(&yes, nl_langinfo(YESEXPR), REG_EXTENDED|REG_NOSUB) != 0)
lib/libc/locale/rpmatch.c
43
regfree(&yes);
lib/libc/locale/rpmatch.c
46
if (regexec(&yes, response, 0, NULL, 0) == 0)
lib/libc/locale/rpmatch.c
52
regfree(&yes);
stand/boot/common/boot.c
191
int c, yes;
stand/boot/common/boot.c
221
yes = 0;
stand/boot/common/boot.c
229
yes = 1;
stand/boot/common/boot.c
234
yes = 1;
stand/boot/common/boot.c
245
if (yes)
stand/boot/common/boot.c
248
if (yes) {
sys/sys/cdefs.h
625
#define __generic(expr, t, yes, no) \
sys/sys/cdefs.h
626
_Generic(expr, t: yes, default: no)
sys/sys/cdefs.h
628
#define __generic(expr, t, yes, no) \
sys/sys/cdefs.h
630
__builtin_types_compatible_p(__typeof(expr), t), yes, no)
usr.sbin/fdformat/fdformat.c
366
if (!yes()) {