Home
last modified time | relevance | path

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

/linux-2.4.37.9/scripts/lxdialog/
Dmsgbox.c29 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()
Dyesno.c44 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()
Ddialog.h153 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,
Dinputbox.c46 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()
Dlxdialog.c26 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()
Dchecklist.c120 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()
Dmenubox.c166 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()
Dtextbox.c38 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/
Dexdump.c461 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/
Dheader.tk66 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"
DMenuconfig326 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/
Dacinterp.h496 char *title,
501 char *title,
506 char *title,
511 char *title,
/linux-2.4.37.9/Documentation/
Dkernel-docs.txt379 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/
Diucv.c299 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/
Dxfs_qm_syscalls.c1125 #define DQTEST_LIST_PRINT(l, NXT, title) \ argument
1128 cmn_err(CE_DEBUG, "%s (#%d)", title, (int) (l)->qh_nelems); \
Dxfs_qm.c97 #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/
Dvia-pmu.c471 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/
Dconfig-language.txt670 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/
Dser_a2232fw.ax4 ;title "A2232 serial board driver"
/linux-2.4.37.9/drivers/net/
Dstrip.c1127 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/
DFAQ.txt160 please e-mail me with the title and manufacturer of the CD.
/linux-2.4.37.9/Documentation/filesystems/
Dvfs.txt14 right-hand side of the section title. Each subsection will have
/linux-2.4.37.9/Documentation/cdrom/
Dcdrom-standard.tex24 \title{A \linux\ \cdrom\ standard}