Searched refs:v (Results 1 – 7 of 7) sorted by relevance
| /scripts/kconfig/ |
| A D | preprocess.c | 242 return v; in variable_lookup() 254 if (!v) in variable_expand() 264 v->exp_count++; in variable_expand() 271 v->exp_count--; in variable_expand() 284 if (v) { in variable_add() 290 free(v->value); in variable_add() 297 v = xmalloc(sizeof(*v)); in variable_add() 311 v->value = xrealloc(v->value, in variable_add() 324 free(v->name); in variable_del() 325 free(v->value); in variable_del() [all …]
|
| A D | qconf.h | 126 ConfigItem(ConfigList *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument 127 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem() 131 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument 132 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem() 136 ConfigItem(ConfigList *parent, ConfigItem *after, bool v) in ConfigItem() argument 137 : Parent(parent, after), nextItem(0), menu(0), visible(v), goParent(true) in ConfigItem() 145 void testUpdateMenu(bool v);
|
| A D | qconf.cc | 219 visible = v; in testUpdateMenu() 994 ConfigView* v; in updateList() local 996 for (v = viewList; v; v = v->nextView) in updateList() 997 v->list->updateList(item); in updateList() 1002 ConfigView* v; in updateListAll() local 1004 for (v = viewList; v; v = v->nextView) in updateListAll() 1005 v->list->updateListAll(); in updateListAll() 1825 ConfigMainWindow* v; in main() local 1852 v = new ConfigMainWindow(); in main() 1857 v->show(); in main() [all …]
|
| /scripts/ |
| A D | setlocalversion | 91 version_tag=v$(echo "${KERNELVERSION}" | sed -E 's/^([0-9]+\.[0-9]+)\.0(.*)$/\1\2/')
|
| A D | Kconfig.include | 31 ld-option = $(success,$(LD) -v $(1))
|
| A D | Kbuild.include | 147 cc-name = $(shell $(CC) -v 2>&1 | grep -q "clang version" && echo clang || echo gcc) 167 ld-option = $(call try-run, $(LD) $(KBUILD_LDFLAGS) $(1) -v,$(1),$(2),$(3))
|
| A D | kernel-doc | 1410 while (my ($k, $v) = each %parameterdescs) {
|
Completed in 14 milliseconds