Lines Matching defs:title
352 static int show_textbox_ext(const char *title, const char *text, int r, int c,
358 return dialog_textbox(title, text, r, c, vscroll, hscroll,
362 static void show_textbox(const char *title, const char *text, int r, int c)
364 show_textbox_ext(title, text, r, c, NULL, NULL, NULL, NULL);
367 static void show_helptext(const char *title, const char *text)
369 show_textbox(title, text, 0, 0);
387 struct gstr title;
394 title = str_new();
395 str_printf( &title, "Enter (sub)string or regexp to search for "
401 str_get(&title),
410 str_free(&title);
449 str_free(&title);