Lines Matching +defs:val +defs:menu
58 void *val; member
120 struct menu *menu; member
134 struct menu { struct
135 struct menu *next; argument
136 struct menu *parent; argument
137 struct menu *list; argument
138 struct symbol *sym;
139 struct property *prompt;
140 struct expr *dep;
141 unsigned int flags;
143 struct file *file;
144 int lineno;
145 void *data;