Home
last modified time | relevance | path

Searched refs:dialogbuilder (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bsddialog/utility/
H A Dutil_cli.c388 if (opt->dialogbuilder == NULL) in parseargs()
687 if (opt->dialogbuilder != NULL) in parseargs()
691 opt->dialogbuilder = calendar_builder; in parseargs()
694 if (opt->dialogbuilder != NULL) in parseargs()
698 opt->dialogbuilder = checklist_builder; in parseargs()
702 if (opt->dialogbuilder != NULL) in parseargs()
706 opt->dialogbuilder = datebox_builder; in parseargs()
709 if (opt->dialogbuilder != NULL) in parseargs()
713 opt->dialogbuilder = form_builder; in parseargs()
717 if (opt->dialogbuilder != NULL) in parseargs()
[all …]
H A Dbsddialog.c184 if (opt.mandatory_dialog && opt.dialogbuilder == NULL) in main()
187 if (opt.dialogbuilder == NULL && argc > 0) in main()
192 opt.savethemefile == NULL && opt.dialogbuilder == NULL) { in main()
201 if (opt.dialogbuilder != NULL) { in main()
207 if (opt.dialogbuilder != textbox_builder) in main()
242 if (opt.dialogbuilder == NULL) in main()
247 retval = opt.dialogbuilder(&conf, text, rows, cols, argc, argv, in main()
H A Dutil.h81 int (*dialogbuilder)(struct bsddialog_conf *conf, char* text, int rows, member