Searched refs:yesorno (Results 1 – 2 of 2) sorted by relevance
502 char *yesorno; in main() local666 yesorno = yes; in main()669 yesorno = no; in main()672 (void) printf("Zoning enabled: %s\n", yesorno); in main()675 yesorno = yes; in main()677 yesorno = no; in main()679 (void) printf("Configuring: %s\n", yesorno); in main()
458 char *yesorno = gettext("yn"); /* must be two characters, "yes" first */ in reply() local462 (void) fprintf(stderr, "%s? [%s] ", question, yesorno); in reply()477 } while (c != yesorno[0] && c != yesorno[1]); in reply()478 if (c == yesorno[0]) in reply()