Lines Matching defs:text
30 "must be entered in as decimal or hexadecimal numbers or text.\n"
250 "o The line 'Prompt:' shows the text used in the menu structure for\n"
289 static int show_textbox_ext(const char *title, char *text, int r, int c,
292 static void show_textbox(const char *title, const char *text, int r, int c);
293 static void show_helptext(const char *title, const char *text);
303 "%s - %s", config_filename, rootmenu.prompt->text);
315 const char *text;
332 if (sp->text) {
339 pos->text = sp->text;
429 stpart.text = str_get(&sttext);
654 stpart.text = menu_get_prompt(menu);
656 stpart.text = NULL;
755 static int show_textbox_ext(const char *title, char *text, int r, int c, int
760 return dialog_textbox(title, text, r, c, keys, vscroll, hscroll,
764 static void show_textbox(const char *title, const char *text, int r, int c)
766 show_textbox_ext(title, (char *) text, r, c, (int []) {0}, NULL, NULL,
770 static void show_helptext(const char *title, const char *text)
772 show_textbox(title, text, 0, 0);