Searched defs:title (Results  1 – 13 of 13) sorted by relevance
| /scripts/kconfig/lxdialog/ | 
| D | yesno.c | 29 int dialog_yesno(const char *title, const char *prompt, int height, int width)  in dialog_yesno()
  | 
| D | inputbox.c | 31 int dialog_inputbox(const char *title, const char *prompt, int height, int width,  in dialog_inputbox()
  | 
| D | checklist.c | 104 int dialog_checklist(const char *title, const char *prompt, int height,  in dialog_checklist()
  | 
| D | menubox.c | 163 int dialog_menu(const char *title, const char *prompt,  in dialog_menu()
  | 
| D | textbox.c | 151 int dialog_textbox(const char *title, const char *tbuf, int initial_height,  in dialog_textbox()
  | 
| D | dialog.h | 85 	struct dialog_color title;  member
  | 
| D | util.c | 325 void print_title(WINDOW *dialog, const char *title, int width)  in print_title()
  | 
| /scripts/kconfig/ | 
| D | mconf.c | 352 static int show_textbox_ext(const char *title, const char *text, int r, int c,  in show_textbox_ext() 362 static void show_textbox(const char *title, const char *text, int r, int c)  in show_textbox() 367 static void show_helptext(const char *title, const char *text)  in show_helptext() 387 	struct gstr title;  in search_conf()  local
  | 
| D | nconf.gui.c | 310 		const char *title, const char *prompt,  in dialog_inputbox() 503 		const char *title,  in show_scroll_win() 510 int show_scroll_win_ext(WINDOW *main_window, const char *title, char *text,  in show_scroll_win_ext()
  | 
| D | expr.c | 1159 			      void *data, tristate pr_type, const char **title)  in expr_print_revdep() 1177 			    tristate pr_type, const char *title)  in expr_gstr_print_revdep()
  | 
| D | nconf.c | 703 	struct gstr title;  in search_conf()  local
  | 
| D | gconf.c | 355 static void text_insert_msg(const char *title, const char *message)  in text_insert_msg()
  | 
| D | qconf.cc | 1317 	char title[256];  in ConfigMainWindow()  local
  |