Lines Matching defs:menu_info
41 typedef struct menu_info menu_info; typedef74 struct menu_info { struct75 char *title;76 char *helpstr;77 char *exitstr;78 int mopt;79 int y, x;80 int h, w;81 int numopt;82 int name_is_code;83 optn_info *optns;84 action expact;85 action postact;86 action exitact;