Home
last modified time | relevance | path

Searched defs:title (Results 1 – 11 of 11) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dmconf.c621 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox()
627 static void show_helptext(const char *title, const char *text) in show_helptext()
H A Dnconf.gui.c358 const char *title, const char *prompt, in dialog_inputbox()
508 const char *title, in show_scroll_win()
H A Dqconf.cc1274 char title[256]; in ConfigMainWindow() local
H A Dgconf.c420 static void text_insert_msg(const char *title, const char *message) in text_insert_msg()
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dyesno.c42 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno()
H A Dinputbox.c44 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox()
H A Dchecklist.c117 int dialog_checklist(const char *title, const char *prompt, int height, in dialog_checklist()
H A Dtextbox.c51 int dialog_textbox(const char *title, const char *tbuf, in dialog_textbox()
H A Dmenubox.c182 int dialog_menu(const char *title, const char *prompt, in dialog_menu()
H A Ddialog.h114 struct dialog_color title; member
H A Dutil.c312 void print_title(WINDOW *dialog, const char *title, int width) in print_title()