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