Lines Matching defs:menu
120 struct menu *menu; member134 struct menu { struct135 struct menu *next; argument136 struct menu *parent; argument137 struct menu *list; argument138 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;