Searched refs:after (Results 1 – 4 of 4) sorted by relevance
| /scripts/ |
| A D | config | 29 --enable-after|-E beforeopt option 30 Enable option directly after other option 31 --disable-after|-D beforeopt option 32 Disable option directly after other option 33 --module-after|-M beforeopt option 34 Turn option into module directly after other option
|
| /scripts/kconfig/ |
| 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()
|
| /scripts/coccinelle/iterators/ |
| A D | use_after_iter.cocci | 3 /// and not a meaningful structure. Thus this value should not be used after
|
| /scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 951 Use this after adding properties to a node to close it off. You can also
|
Completed in 11 milliseconds