Searched refs:dialogbuilder (Results 1 – 3 of 3) sorted by relevance
386 if (opt->dialogbuilder == NULL) in parseargs() 685 if (opt->dialogbuilder != NULL) in parseargs() 689 opt->dialogbuilder = calendar_builder; in parseargs() 692 if (opt->dialogbuilder != NULL) in parseargs() 696 opt->dialogbuilder = checklist_builder; in parseargs() 700 if (opt->dialogbuilder != NULL) in parseargs() 704 opt->dialogbuilder = datebox_builder; in parseargs() 707 if (opt->dialogbuilder != NULL) in parseargs() 711 opt->dialogbuilder = form_builder; in parseargs() 715 if (opt->dialogbuilder ! in parseargs() [all...]
184 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()
81 int (*dialogbuilder)(struct bsddialog_conf *conf, char* text, int rows, member