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