Searched refs:yesno (Results 1 – 9 of 9) sorted by relevance
95 def yesno( bool ): function102 '%HAVE_DOT%': yesno(options.with_dot),104 '%HTML_HELP%': yesno(options.with_html_help),105 '%UML_LOOK%': yesno(options.with_uml_look),
45 or = yesno(0); in do_rm()65 or = yesno(0); in do_rm()
192 if (!yesno(1)) return 0; in cp_node()425 if (!yesno(1)) rc = 0; in cp_main()
478 if (!(test = yesno(0))) { in do_find()
44 if (!yesno(0)) return 0;
322 if (!yesno(0)) { in do_edit()
154 if test "$require_popt$have_popt" = "yesno"; then
197 int yesno(int def);
706 int yesno(int def) in yesno() function