Searched refs:v (Results 1 – 6 of 6) sorted by relevance
/scripts/kconfig/ |
D | qconf.h | 146 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);
|
D | qconf.cc | 229 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 …]
|
D | zconf.hash.c_shipped | 24 && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \
|
/scripts/genksyms/ |
D | lex.l | 72 [ \t\f\v\r]+ ;
|
D | keywords.hash.c_shipped | 24 && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \
|
/scripts/ |
D | unifdef.c | 746 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()
|