Lines Matching defs:menu
142 struct menu *menu; /* the menu the property are associated with member
158 struct menu { struct
159 struct menu *next; argument
160 struct menu *parent; argument
161 struct menu *list; argument
162 struct symbol *sym;
163 struct property *prompt;
164 struct expr *visibility;
165 struct expr *dep;
166 unsigned int flags;
167 char *help;
168 struct file *file;
169 int lineno;
170 void *data;