Home
last modified time | relevance | path

Searched refs:v (Results 1 – 6 of 6) sorted by relevance

/scripts/kconfig/
Dqconf.h146 ConfigItem(Q3ListView *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument
147 : Parent(parent, after), menu(m), visible(v), goParent(false) in ConfigItem()
151 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument
152 : Parent(parent, after), menu(m), visible(v), goParent(false) in ConfigItem()
156 ConfigItem(Q3ListView *parent, ConfigItem *after, bool v) in ConfigItem() argument
157 : Parent(parent, after), menu(0), visible(v), goParent(true) in ConfigItem()
165 void testUpdateMenu(bool v);
Dqconf.cc229 void ConfigItem::testUpdateMenu(bool v) in testUpdateMenu() argument
233 visible = v; in testUpdateMenu()
936 ConfigView* v; in updateList() local
938 for (v = viewList; v; v = v->nextView) in updateList()
939 v->list->updateList(item); in updateList()
944 ConfigView* v; in updateListAll() local
946 for (v = viewList; v; v = v->nextView) in updateListAll()
947 v->list->updateListAll(); in updateListAll()
1749 ConfigMainWindow* v; in main() local
1776 v = new ConfigMainWindow(); in main()
[all …]
Dzconf.hash.c_shipped24 && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \
/scripts/genksyms/
Dlex.l72 [ \t\f\v\r]+ ;
Dkeywords.hash.c_shipped24 && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \
/scripts/
Dunifdef.c746 static Linetype op_strict(int *p, int v, Linetype at, Linetype bt) { in op_strict() argument
748 return (*p = v, v ? LT_TRUE : LT_FALSE); in op_strict()