Lines Matching defs:menu
113 struct menu *menu; member127 struct menu { struct128 struct menu *next; argument129 struct menu *parent; argument130 struct menu *list; argument131 struct symbol *sym;132 struct property *prompt;133 struct expr *dep;134 unsigned int flags;136 struct file *file;137 int lineno;138 void *data;