Lines Matching refs:title
350 static int show_textbox_ext(const char *title, const char *text, int r, int c, in show_textbox_ext() argument
356 return dialog_textbox(title, text, r, c, vscroll, hscroll, in show_textbox_ext()
360 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox() argument
362 show_textbox_ext(title, text, r, c, NULL, NULL, NULL, NULL); in show_textbox()
365 static void show_helptext(const char *title, const char *text) in show_helptext() argument
367 show_textbox(title, text, 0, 0); in show_helptext()
437 struct gstr title; in search_conf() local
444 title = str_new(); in search_conf()
445 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf()
451 str_get(&title), in search_conf()
460 str_free(&title); in search_conf()
499 str_free(&title); in search_conf()