| /scripts/ |
| D | get_feat.pl | 212 my $title = "Feature status on $arch architecture"; 214 print "=" x length($title) . "\n"; 215 print "$title\n"; 216 print "=" x length($title) . "\n\n"; 299 my $title = "Feature $feat"; 301 print "=" x length($title) . "\n"; 302 print "$title\n"; 303 print "=" x length($title) . "\n\n"; 376 my $title = "Feature status on all architectures"; 379 print "=" x length($title) . "\n"; [all …]
|
| D | checkpatch.pl | 3215 my $title; 3220 $title = substr($3, 1, -1); 3221 if ($title =~ /^".*"$/) { 3222 $title = substr($title, 1, -1); 3226 $title = "commit title" 3238 $title); 3240 if ($ctitle ne $title || $tag_case || $tag_space ||
|
| /scripts/kconfig/lxdialog/ |
| D | dialog.h | 85 struct dialog_color title; member 186 void print_title(WINDOW *dialog, const char *title, int width); 192 int dialog_yesno(const char *title, const char *prompt, int height, int width); 193 int dialog_msgbox(const char *title, const char *prompt, int height, 195 int dialog_textbox(const char *title, const char *tbuf, int initial_height, 198 int dialog_menu(const char *title, const char *prompt, 200 int dialog_checklist(const char *title, const char *prompt, int height, 202 int dialog_inputbox(const char *title, const char *prompt, int height,
|
| D | yesno.c | 29 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno() argument 58 print_title(dialog, title, width); in dialog_yesno()
|
| D | util.c | 20 dlg.title.atr = A_BOLD; in set_mono_theme() 50 DLG_COLOR(title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 79 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 114 DLG_COLOR(title, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme() 160 init_one_color(&dlg.title); in init_dialog_colors() 325 void print_title(WINDOW *dialog, const char *title, int width) in print_title() argument 327 if (title) { in print_title() 328 int tlen = MIN(width - 2, strlen(title)); in print_title() 329 wattrset(dialog, dlg.title.atr); in print_title() 331 mvwaddnstr(dialog, 0, (width - tlen)/2, title, tlen); in print_title()
|
| D | textbox.c | 151 int dialog_textbox(const char *title, const char *tbuf, int initial_height, in dialog_textbox() argument 225 print_title(dialog, title, width); in dialog_textbox()
|
| D | inputbox.c | 31 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox() argument 71 print_title(dialog, title, width); in dialog_inputbox()
|
| D | checklist.c | 104 int dialog_checklist(const char *title, const char *prompt, int height, in dialog_checklist() argument 147 print_title(dialog, title, width); in dialog_checklist()
|
| D | menubox.c | 163 int dialog_menu(const char *title, const char *prompt, in dialog_menu() argument 203 print_title(dialog, title, width); in dialog_menu()
|
| /scripts/kconfig/ |
| D | nconf.h | 80 const char *title, const char *prompt, 83 int show_scroll_win_ext(WINDOW *main_window, const char *title, char *text, 87 const char *title,
|
| D | mconf.c | 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() 387 struct gstr title; in search_conf() local 394 title = str_new(); in search_conf() 395 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf() 401 str_get(&title), in search_conf() [all …]
|
| D | nconf.gui.c | 310 const char *title, const char *prompt, in dialog_inputbox() argument 340 if (title) in dialog_inputbox() 341 prompt_width = max(prompt_width, strlen(title)); in dialog_inputbox() 366 if (title) in dialog_inputbox() 367 mvwprintw(win, 0, 3, "%s", title); in dialog_inputbox() 503 const char *title, in show_scroll_win() argument 506 (void)show_scroll_win_ext(main_window, title, (char *)text, NULL, NULL, NULL, NULL); in show_scroll_win() 510 int show_scroll_win_ext(WINDOW *main_window, const char *title, char *text, in show_scroll_win_ext() argument 563 mvwprintw(win, 0, 3, " %s ", title); in show_scroll_win_ext()
|
| D | expr.c | 1159 void *data, tristate pr_type, const char **title) in expr_print_revdep() argument 1162 expr_print_revdep(e->left.expr, fn, data, pr_type, title); in expr_print_revdep() 1163 expr_print_revdep(e->right.expr, fn, data, pr_type, title); in expr_print_revdep() 1165 if (*title) { in expr_print_revdep() 1166 fn(data, NULL, *title); in expr_print_revdep() 1167 *title = NULL; in expr_print_revdep() 1177 tristate pr_type, const char *title) in expr_gstr_print_revdep() argument 1179 expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title); in expr_gstr_print_revdep()
|
| D | nconf.c | 703 struct gstr title; in search_conf() local 708 title = str_new(); in search_conf() 709 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf() 715 str_get(&title), in search_conf() 725 str_free(&title); in search_conf() 757 str_free(&title); in search_conf()
|
| D | expr.h | 305 tristate pr_type, const char *title);
|
| D | qconf.cc | 1317 char title[256]; in ConfigMainWindow() local 1319 snprintf(title, sizeof(title), "%s%s", in ConfigMainWindow() 1323 setWindowTitle(title); in ConfigMainWindow()
|
| D | gconf.c | 355 static void text_insert_msg(const char *title, const char *message) in text_insert_msg() argument 367 gtk_text_buffer_insert_with_tags(buffer, &end, title, -1, tag1, in text_insert_msg()
|