/linux-2.4.37.9/scripts/lxdialog/ |
D | msgbox.c | 29 dialog_msgbox (const char *title, const char *prompt, int height, int width, in dialog_msgbox() argument 46 if (title != NULL && strlen(title) >= width-2 ) { in dialog_msgbox() 49 memcpy( title2, title, width-2 ); in dialog_msgbox() 51 title = title2; in dialog_msgbox() 54 if (title != NULL) { in dialog_msgbox() 56 mvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' '); in dialog_msgbox() 57 waddstr (dialog, (char *)title); in dialog_msgbox()
|
D | yesno.c | 44 dialog_yesno (const char *title, const char *prompt, int height, int width) in dialog_yesno() argument 66 if (title != NULL && strlen(title) >= width-2 ) { in dialog_yesno() 69 memcpy( title2, title, width-2 ); in dialog_yesno() 71 title = title2; in dialog_yesno() 74 if (title != NULL) { in dialog_yesno() 76 mvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' '); in dialog_yesno() 77 waddstr (dialog, (char *)title); in dialog_yesno()
|
D | dialog.h | 153 int dialog_yesno (const char *title, const char *prompt, int height, int width); 154 int dialog_msgbox (const char *title, const char *prompt, int height, 156 int dialog_textbox (const char *title, const char *file, int height, int width); 157 int dialog_menu (const char *title, const char *prompt, int height, int width, 160 int dialog_checklist (const char *title, const char *prompt, int height, 164 int dialog_inputbox (const char *title, const char *prompt, int height,
|
D | inputbox.c | 46 dialog_inputbox (const char *title, const char *prompt, int height, int width, in dialog_inputbox() argument 72 if (title != NULL && strlen(title) >= width-2 ) { in dialog_inputbox() 75 memcpy( title2, title, width-2 ); in dialog_inputbox() 77 title = title2; in dialog_inputbox() 80 if (title != NULL) { in dialog_inputbox() 82 mvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' '); in dialog_inputbox() 83 waddstr (dialog, (char *)title); in dialog_inputbox()
|
D | lxdialog.c | 26 typedef int (jumperFn) (const char *title, int argc, const char * const * argv); 60 const char *title = NULL; in main() local 76 if (argc - offset < 3 || title != NULL) { in main() 80 title = argv[offset + 2]; in main() 128 retval = (*(modePtr->jumper)) (title, argc - offset, argv + offset); in main()
|
D | checklist.c | 120 dialog_checklist (const char *title, const char *prompt, int height, int width, in dialog_checklist() argument 164 if (title != NULL && strlen(title) >= width-2 ) { in dialog_checklist() 167 memcpy( title2, title, width-2 ); in dialog_checklist() 169 title = title2; in dialog_checklist() 172 if (title != NULL) { in dialog_checklist() 174 mvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' '); in dialog_checklist() 175 waddstr (dialog, (char *)title); in dialog_checklist()
|
D | menubox.c | 166 dialog_menu (const char *title, const char *prompt, int height, int width, in dialog_menu() argument 196 if (title != NULL && strlen(title) >= width-2 ) { in dialog_menu() 199 memcpy( title2, title, width-2 ); in dialog_menu() 201 title = title2; in dialog_menu() 204 if (title != NULL) { in dialog_menu() 206 mvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' '); in dialog_menu() 207 waddstr (dialog, (char *)title); in dialog_menu()
|
D | textbox.c | 38 dialog_textbox (const char *title, const char *file, int height, int width) in dialog_textbox() argument 109 if (title != NULL && strlen(title) >= width-2 ) { in dialog_textbox() 112 memcpy( title2, title, width-2 ); in dialog_textbox() 114 title = title2; in dialog_textbox() 117 if (title != NULL) { in dialog_textbox() 119 mvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' '); in dialog_textbox() 120 waddstr (dialog, (char *)title); in dialog_textbox()
|
/linux-2.4.37.9/drivers/acpi/executer/ |
D | exdump.c | 461 char *title, in acpi_ex_out_string() argument 464 acpi_os_printf ("%20s : %s\n", title, value); in acpi_ex_out_string() 469 char *title, in acpi_ex_out_pointer() argument 472 acpi_os_printf ("%20s : %p\n", title, value); in acpi_ex_out_pointer() 477 char *title, in acpi_ex_out_integer() argument 480 acpi_os_printf ("%20s : %X\n", title, value); in acpi_ex_out_integer() 485 char *title, in acpi_ex_out_address() argument 490 acpi_os_printf ("%20s : %p\n", title, value); in acpi_ex_out_address() 492 acpi_os_printf ("%20s : %8.8X%8.8X\n", title, in acpi_ex_out_address()
|
/linux-2.4.37.9/scripts/ |
D | header.tk | 66 wm title . "$text" 85 proc load_configfile { w title func } { 97 wm title $w "$title" 123 wm title $w "Are you sure?" 153 wm title $w "Xconfig Internal Error" 181 wm title $w "Xconfig Internal Error" 420 wm title $w "$text" 505 wm title $w "RTFM" 512 wm title $w "Configuration help" 561 wm title $w "Kernel build instructions"
|
D | Menuconfig | 326 title=$1 406 $DIALOG --backtitle "$backtitle" --title "$2"\ 543 if $DIALOG --title "$1" \ 667 if $DIALOG --title "$title" \ 676 help "$firstchoice" "$title"
|
/linux-2.4.37.9/include/acpi/ |
D | acinterp.h | 496 char *title, 501 char *title, 506 char *title, 511 char *title,
|
/linux-2.4.37.9/Documentation/ |
D | kernel-docs.txt | 379 Description: The title says it all: document describing the 406 Description: The title says it all. 412 Description: The title says it all. 418 Description: The title says it all. 424 Description: The title says it all. 430 Description: The title still says it all. 436 Description: The title says it all. 443 Description: The title says it all. 450 Description: The title says it all. 456 Description: The title says it all. [all …]
|
/linux-2.4.37.9/drivers/s390/net/ |
D | iucv.c | 299 iucv_dumpit(char *title, void *buf, int len) in iucv_dumpit() argument 307 printk(KERN_DEBUG "%s: %s\n", __FUNCTION__, title); in iucv_dumpit() 329 #define iucv_dumpit(title, buf, len) argument
|
/linux-2.4.37.9/fs/xfs/quota/ |
D | xfs_qm_syscalls.c | 1125 #define DQTEST_LIST_PRINT(l, NXT, title) \ argument 1128 cmn_err(CE_DEBUG, "%s (#%d)", title, (int) (l)->qh_nelems); \
|
D | xfs_qm.c | 97 #define XQM_LIST_PRINT(l, NXT, title) \ argument 100 cmn_err(CE_DEBUG, "%s (#%d)", title, (int) (l)->qh_nelems); \ 111 #define XQM_LIST_PRINT(l, NXT, title) do { } while (0) argument
|
/linux-2.4.37.9/drivers/macintosh/ |
D | via-pmu.c | 471 char title[16]; in via_pmu_start() local 472 sprintf(title, "battery_%d", i); in via_pmu_start() 473 proc_pmu_batt[i] = create_proc_read_entry(title, 0, proc_pmu_root, in via_pmu_start()
|
/linux-2.4.37.9/Documentation/kbuild/ |
D | config-language.txt | 670 verb. The /prompt/ of that comment verb becomes the title of the menu. 674 The title of the top menu comes from a variety of sources, depending on
|
/linux-2.4.37.9/drivers/char/ |
D | ser_a2232fw.ax | 4 ;title "A2232 serial board driver"
|
/linux-2.4.37.9/drivers/net/ |
D | strip.c | 1127 static int sprintf_neighbours(char *buffer, MetricomNodeTable *table, char *title) in sprintf_neighbours() argument 1138 if (table->num_nodes) ptr += sprintf(ptr, "\n %s\n", title); in sprintf_neighbours()
|
/linux-2.4.37.9/fs/hfs/ |
D | FAQ.txt | 160 please e-mail me with the title and manufacturer of the CD.
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | vfs.txt | 14 right-hand side of the section title. Each subsection will have
|
/linux-2.4.37.9/Documentation/cdrom/ |
D | cdrom-standard.tex | 24 \title{A \linux\ \cdrom\ standard}
|