Home | History | Annotate | Download | only in menuc

Lines Matching refs:default_info

87 	default_menu.info = &default_info;
88 default_info.title = "\"\"";
89 default_info.helpstr = NULL;
90 default_info.exitstr = NULL;
91 default_info.mopt = 0;
92 default_info.x = -1;
93 default_info.y = 0;
94 default_info.h = 0;
95 default_info.w = 0;
96 default_info.numopt = 0;
97 default_info.optns = NULL;
98 default_info.postact.code = NULL;
99 default_info.postact.endwin = FALSE;
100 default_info.exitact.code = NULL;
101 default_info.exitact.endwin = FALSE;