Searched refs:after (Results 1 - 3 of 3) sorted by relevance

/scripts/
H A Dconfig19 --enable-after|-E beforeopt option
20 Enable option directly after other option
21 --disable-after|-D beforeopt option
22 Disable option directly after other option
23 --module-after|-M beforeopt option
24 Turn option into module directly after other option
84 --*-after)
134 --enable-after|-E)
138 --disable-after|-D)
142 --module-after|
[all...]
H A Dget_maintainer.pl784 may not work because of additional output after <email address>.
2073 # comment. We must allow for rfc822_lwsp (or comments) after each of these.
/scripts/kconfig/
H A Dqconf.h146 ConfigItem(Q3ListView *parent, ConfigItem *after, struct menu *m, bool v) argument
147 : Parent(parent, after), menu(m), visible(v), goParent(false)
151 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) argument
152 : Parent(parent, after), menu(m), visible(v), goParent(false)
156 ConfigItem(Q3ListView *parent, ConfigItem *after, bool v) argument
157 : Parent(parent, after), menu(0), visible(v), goParent(true)

Completed in 159 milliseconds