Lines Matching defs:text
30 "must be entered in as decimal or hexadecimal numbers or text.\n"
256 "o The line 'Prompt:' shows the text used in the menu structure for\n"
299 config_filename, rootmenu.prompt->text);
307 const char *text;
324 if (sp->text) {
331 pos->text = sp->text;
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);
471 stpart.text = str_get(&sttext);
847 stpart.text = menu_get_prompt(menu);
849 stpart.text = NULL;