yes
char *yes = "yes\n"; /* \n to compare against result of
if (strcmp(buf, yes)) {
static const char *const yes[] = { "y", "yes", "true", "t", "1", "on" };
for (i = 0; i < sizeof(yes) / sizeof(yes[0]); i++) {
if (!strcasecmp(string, yes[i])) {
krb5_data yes = string2data("yes");
KRB5_CC_CONF_FAST_AVAIL, &yes);
if (strcmp(buf, yes)) {
extern char *yes;
if (strcmp(buf, yes)) {
char *yes = "yes\n"; /* \n to compare against result of fgets */
void SSL_set_read_ahead(SSL *s, int yes);
void SSL_set_read_ahead(SSL *s, int yes)
RECORD_LAYER_set_read_ahead(&sc->rlayer, yes);
regex_t yes, no;
if (regcomp(&yes, nl_langinfo(YESEXPR), REG_EXTENDED|REG_NOSUB) != 0)
regfree(&yes);
if (regexec(&yes, response, 0, NULL, 0) == 0)
regfree(&yes);
int c, yes;
yes = 0;
yes = 1;
yes = 1;
yes = 1;
yes = 1;
if (yes)
if (yes) {
void vtbuf_scroll_mode(struct vt_buf *vb, int yes);
vtbuf_cursor_visibility(struct vt_buf *vb, int yes)
if (yes)
vtbuf_scroll_mode(struct vt_buf *vb, int yes)
if (yes)
terminal_mute(struct terminal *tm, int yes)
if (yes)
#define __generic(expr, t, yes, no) \
_Generic(expr, t: yes, default: no)
#define __generic(expr, t, yes, no) \
__typeof(((void)0, (expr))), t), yes, no)
void terminal_mute(struct terminal *tm, int yes);
if(!yes()) {
bool activation_test, add_pkg, bootstrap_only, force, yes;
yes = false;
yes = true;
yes = true;
if (!yes)
config_bool(ASSUME_ALWAYS_YES, &yes);
if (!yes) {