Searched defs:list (Results 1 - 7 of 7) sorted by relevance

/scripts/kconfig/lxdialog/
H A Dchecklist.c29 * Print list item
114 * Display a dialog box with a list of options that can be turned on or off
122 WINDOW *dialog, *list; local
169 /* create new window for the list */
170 list = subwin(dialog, list_height, list_width, y + box_y + 1,
173 keypad(list, TRUE);
175 /* draw a box around the list items */
193 /* Print the list */
196 print_item(list, i, i == choice);
205 wnoutrefresh(list);
[all...]
/scripts/dtc/
H A Dlivetree.c54 struct property *chain_property(struct property *first, struct property *list) argument
58 first->next = list;
116 /* Pop the property off the list */
143 /* Pop the child node off the list */
170 struct node *chain_node(struct node *first, struct node *list) argument
174 first->next_sibling = list;
218 struct reserve_info *list)
222 first->next = list;
226 struct reserve_info *add_reserve_entry(struct reserve_info *list, argument
233 if (! list)
217 chain_reserve_entry(struct reserve_info *first, struct reserve_info *list) argument
[all...]
/scripts/genksyms/
H A Dgenksyms.c70 static void print_list(FILE * f, struct string_list *list);
503 static void print_node(FILE * f, struct string_list *list) argument
505 if (symbol_types[list->tag].n) {
506 putc(symbol_types[list->tag].n, f);
509 fputs(list->string, f);
512 static void print_list(FILE * f, struct string_list *list) argument
518 if (list == NULL) {
523 tmp = list;
531 (*tmp2--) = list;
532 while ((list
543 struct string_list *list = sym->defn; local
[all...]
/scripts/kconfig/
H A Dexpr.h161 struct menu *list; member in struct:menu
H A Dqconf.h227 bool showName(void) const { return list->showName; }
228 bool showRange(void) const { return list->showRange; }
229 bool showData(void) const { return list->showData; }
240 ConfigList* list; member in class:ConfigView
295 ConfigView* list; member in class:ConfigSearchWindow
H A Dqconf.cc72 * Reads a list of integer values from the application settings.
87 * Writes a list of integer values to the application settings.
116 ConfigList* list; local
123 list = listView();
125 setPixmap(promptColIdx, list->menuBackPix);
136 if (list->mode == singleMode || list->mode == symbolMode) {
140 if (sym && list->rootEntry == menu)
142 setPixmap(promptColIdx, list->menuPix);
166 if (!sym_is_changable(sym) && list
249 ConfigList* list = listView(); local
266 ConfigList* list = listView(); local
1517 ConfigList* list = NULL; local
[all...]
/scripts/mod/
H A Dmodpost.c110 /* A list of all modules we processed */
138 /* add to list */
183 * the list of unresolved symbols per module
1274 static void print_section_list(const char * const list[20]) argument
1276 const char *const *s = list;

Completed in 310 milliseconds