Searched refs:Mopt (Results 1 – 2 of 2) sorted by relevance
57 if ((opt & O_NONCYCLIC) != (Mopt(m) & O_NONCYCLIC)) { in set_menu_opts()61 Mopt(m) = opt; in set_menu_opts()70 Mopt(Dfl_Menu) = opt; in set_menu_opts()78 return (set_menu_opts(m, (Mopt(m ? m : Dfl_Menu)) & ~opt)); in menu_opts_off()84 return (set_menu_opts(m, (Mopt(m ? m : Dfl_Menu)) | opt)); in menu_opts_on()90 return (Mopt(m ? m : Dfl_Menu)); in menu_opts()
75 #define Mopt(m) (m)->opt macro114 #define OneValue(m) (Mopt(m) & O_ONEVALUE)115 #define ShowDesc(m) (Mopt(m) & O_SHOWDESC)116 #define RowMajor(m) (Mopt(m) & O_ROWMAJOR)117 #define IgnoreCase(m) (Mopt(m) & O_IGNORECASE)118 #define ShowMatch(m) (Mopt(m) & O_SHOWMATCH)119 #define Cyclic(m) (!(Mopt(m) & O_NONCYCLIC))