Home
last modified time | relevance | path

Searched refs:items (Results 1 – 25 of 50) sorted by relevance

12

/linux-2.4.37.9/scripts/lxdialog/
Dmenubox.c168 const char * const * items) in dialog_menu() argument
233 item_x = MAX (item_x, MIN(menu_width, strlen (items[i * 2 + 1]) + 2)); in dialog_menu()
234 if (strcmp(current, items[i*2]) == 0) choice = i; in dialog_menu()
264 print_item (menu, items[(first_item + i) * 2 + 1], i, i == choice, in dialog_menu()
265 (items[(first_item + i)*2][0] != ':')); in dialog_menu()
286 j = first_alpha(items[(scroll+i)*2+1], "YyNnMm"); in dialog_menu()
287 if (key == tolower(items[(scroll+i)*2+1][j])) in dialog_menu()
292 j = first_alpha(items[(scroll+i)*2+1], "YyNnMm"); in dialog_menu()
293 if (key == tolower(items[(scroll+i)*2+1][j])) in dialog_menu()
303 print_item (menu, items[(scroll+choice)*2+1], choice, FALSE, in dialog_menu()
[all …]
Dchecklist.c121 int list_height, int item_no, const char * const * items, int flag) in dialog_checklist() argument
140 status[i] = !strcasecmp (items[i * 3 + 2], "on"); in dialog_checklist()
198 check_x = MAX (check_x, + strlen (items[i * 3 + 1]) + 4); in dialog_checklist()
210 print_item (list, items[(scroll+i) * 3 + 1], in dialog_checklist()
227 if (toupper(key) == toupper(items[(scroll+i)*3+1][0])) in dialog_checklist()
240 print_item (list, items[scroll * 3 + 1], in dialog_checklist()
247 print_item (list, items[scroll * 3 + 1], in dialog_checklist()
266 print_item (list, items[(scroll + max_choice - 1) * 3 + 1], in dialog_checklist()
274 print_item (list, items[(scroll + max_choice - 1) * 3 + 1], in dialog_checklist()
290 print_item (list, items[(scroll + choice) * 3 + 1], in dialog_checklist()
[all …]
Ddialog.h159 const char * const * items);
162 const char * const * items, int flag);
/linux-2.4.37.9/arch/ppc/boot/common/
Dofcommon.c32 static void *zalloc(void *x, unsigned items, unsigned size) in zalloc() argument
37 size *= items; in zalloc()
Dmisc-common.c199 void *zalloc(void *x, unsigned items, unsigned size) in zalloc() argument
203 size *= items; in zalloc()
/linux-2.4.37.9/Documentation/filesystems/
Djfs.txt35 Plans for our near term development items
39 Longer term work items
/linux-2.4.37.9/fs/hfs/
DTODO4 from most important to least important. The items within each group
5 are not placed in any particular order. The order in which items are
/linux-2.4.37.9/Documentation/networking/
DTODO1 To-do items for network drivers
Dskfp.txt82 If you run into problems during installation, check those items:
/linux-2.4.37.9/arch/ppc64/boot/
Dzlib.h161 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
DzImage.c259 void *zalloc(void *x, unsigned items, unsigned size) in zalloc() argument
264 size *= items; in zalloc()
/linux-2.4.37.9/arch/ppc/boot/include/
Dzlib.h159 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
/linux-2.4.37.9/Documentation/filesystems/devfs/
DToDo10 items missing (surely), please contact me so I can add them to the
/linux-2.4.37.9/include/linux/
Dzlib.h63 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
/linux-2.4.37.9/scripts/
DREADME.Menuconfig14 Menu items beginning with [*], <M> or [ ] represent features
39 through all visible items which use that hotkey.
Dheader.tk601 proc configure_entry {w option items} { argument
602 foreach i $items {
/linux-2.4.37.9/Documentation/sound/
DOpti6 Some items in this README file are based on features
31 Answer 'm' for these items:
DINSTALL.awe50 Answer YES to both "lowlevel drivers" and "AWE32 wave synth" items
DAudioExcelDSP1621 check off all the configuration items before re-configure it.
/linux-2.4.37.9/Documentation/sysctl/
Dfs.txt104 The file inode-nr contains the first two items from
/linux-2.4.37.9/drivers/scsi/
DREADME.53c70061 Usually you can find items 2. and 3. from general spec. documents or
/linux-2.4.37.9/arch/m68k/ifpsp060/
Dilsp.doc113 other items off of the stack.
/linux-2.4.37.9/fs/cramfs/
DREADME5 a bit looser, e.g. it doesn't care if the <file_data> items are
/linux-2.4.37.9/Documentation/arm/nwfpe/
DREADME.FPE11 Note: items enclosed in {} are optional.
/linux-2.4.37.9/net/khttpd/
DREADME166 The items marked with a (*) are configurable through the

12