Home
last modified time | relevance | path

Searched refs:title (Results 1 – 18 of 18) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/lxdialog/
A Ddialog.h120 struct dialog_color title; member
225 void print_title(WINDOW *dialog, const char *title, int width);
231 int dialog_yesno(const char *title, const char *prompt, int height, int width);
232 int dialog_msgbox(const char *title, const char *prompt, int height,
238 int dialog_textbox(const char *title, char *tbuf, int initial_height,
241 int dialog_menu(const char *title, const char *prompt,
243 int dialog_checklist(const char *title, const char *prompt, int height,
245 int dialog_inputbox(const char *title, const char *prompt, int height,
A Dutil.c36 dlg.title.atr = A_BOLD; in set_mono_theme()
76 DLG_COLOR(title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
109 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme()
149 DLG_COLOR(title, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme()
196 init_one_color(&dlg.title); in init_dialog_colors()
365 void print_title(WINDOW *dialog, const char *title, int width) in print_title() argument
367 if (title) { in print_title()
368 int tlen = MIN(width - 2, strlen(title)); in print_title()
369 wattrset(dialog, dlg.title.atr); in print_title()
371 mvwaddnstr(dialog, 0, (width - tlen)/2, title, tlen); in print_title()
A Dyesno.c42 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno() argument
71 print_title(dialog, title, width); in dialog_yesno()
A Dinputbox.c44 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox() argument
82 print_title(dialog, title, width); in dialog_inputbox()
A Dchecklist.c117 int dialog_checklist(const char *title, const char *prompt, int height, in dialog_checklist() argument
160 print_title(dialog, title, width); in dialog_checklist()
A Dtextbox.c56 int dialog_textbox(const char *title, char *tbuf, int initial_height, in dialog_textbox() argument
130 print_title(dialog, title, width); in dialog_textbox()
A Dmenubox.c184 int dialog_menu(const char *title, const char *prompt, in dialog_menu() argument
224 print_title(dialog, title, width); in dialog_menu()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dmconf.c290 static int show_textbox_ext(const char *title, char *text, int r, int c,
294 static void show_helptext(const char *title, const char *text);
396 struct gstr title; in search_conf() local
403 title = str_new(); in search_conf()
404 str_printf( &title, _("Enter %s (sub)string or regexp to search for " in search_conf()
410 str_get(&title), in search_conf()
419 str_free(&title); in search_conf()
462 str_free(&title); in search_conf()
762 return dialog_textbox(title, text, r, c, keys, vscroll, hscroll, in show_textbox_ext()
772 static void show_helptext(const char *title, const char *text) in show_helptext() argument
[all …]
A Dnconf.h91 const char *title, const char *prompt,
95 const char *title,
A Dnconf.gui.c358 const char *title, const char *prompt, in dialog_inputbox() argument
386 if (title) in dialog_inputbox()
387 prompt_width = max(prompt_width, strlen(title)); in dialog_inputbox()
406 if (title) in dialog_inputbox()
407 mvwprintw(win, 0, 3, "%s", title); in dialog_inputbox()
543 const char *title, in show_scroll_win() argument
589 mvwprintw(win, 0, 3, " %s ", title); in show_scroll_win()
A Dnconf.c693 struct gstr title; in search_conf() local
697 title = str_new(); in search_conf()
698 str_printf( &title, _("Enter %s (sub)string or regexp to search for " in search_conf()
704 str_get(&title), in search_conf()
714 str_free(&title); in search_conf()
729 str_free(&title); in search_conf()
A Dqconf.cc1275 char title[256]; in ConfigMainWindow() local
1278 snprintf(title, sizeof(title), "%s%s", in ConfigMainWindow()
1286 setCaption(title); in ConfigMainWindow()
A Dgconf.c416 static void text_insert_msg(const char *title, const char *message) in text_insert_msg() argument
428 gtk_text_buffer_insert_with_tags(buffer, &end, title, -1, tag1, in text_insert_msg()
A Dkconfig-language.txt335 This sets the config program's title bar if the config program chooses
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/
A Dgen-unicode-ctype.c46 unsigned int title; /* Titlecase mapping */ member
92 uni->title = (field14[0] =='\0' ? NONE : strtoul (field14, NULL, 16)); in fill_attribute()
276 && unicode_attributes[ch].title != NONE) in to_title()
277 return unicode_attributes[ch].title; in to_title()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/programs/
A Dcategories.def340 DEFINE_ELEMENT (_NL_IDENTIFICATION_TITLE, "title", std, string)
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/man/
A Dld.so.texi22 @title ld.so
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/
A DChangeLog2101 * include/bits/algorithmfwd.h: Change title of doc group.

Completed in 33 milliseconds