Lines Matching refs:text
301 config_filename, rootmenu.prompt->text); in set_config_filename()
309 const char *text; member
326 if (sp->text) { in set_subtitle()
333 pos->text = sp->text; in set_subtitle()
352 static int show_textbox_ext(const char *title, const char *text, int r, int c, in show_textbox_ext() argument
358 return dialog_textbox(title, text, r, c, vscroll, hscroll, in show_textbox_ext()
362 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox() argument
364 show_textbox_ext(title, text, r, c, NULL, NULL, NULL, NULL); in show_textbox()
367 static void show_helptext(const char *title, const char *text) in show_helptext() argument
369 show_textbox(title, text, 0, 0); in show_helptext()
421 stpart.text = str_get(&sttext); in search_conf()
763 stpart.text = menu_get_prompt(menu); in conf()
765 stpart.text = NULL; in conf()