Lines Matching full:yes
639 /* boolean value, yes or no */ in set_option()
640 if ((0 != strcmp(value, "yes")) && (0 != strcmp(value, "no"))) { in set_option()
646 /* boolean value, yes or no */ in set_option()
647 if ((0 != strcmp(value, "yes")) && (0 != strcmp(value, "no")) in set_option()
1340 if (mg_strcasecmp(options[i + 1], "yes") == 0) { in start_civetweb()
1538 IsDlgButtonChecked(hDlg, id) ? "yes" : "no"); in save_config()
1641 !strcmp(value, "yes") ? BST_CHECKED in SettingsDlgProc()
1665 !strcmp(value, "yes") ? BST_CHECKED in SettingsDlgProc()
1684 !strcmp(value, "yes") ? BST_CHECKED in SettingsDlgProc()
3065 [item setHighlightMode:YES]; in main()
3070 [NSApp activateIgnoringOtherApps:YES]; in main()