Home | History | Annotate | Download | only in menuc

Lines Matching refs:mopt

144 	hadd = ((m->mopt & MC_NOBOX) ? 0 :
145 ((m->mopt & MC_CONTINUOUS) ? 1 : 2));
146 wadd = ((m->mopt & MC_NOBOX) ? 2 : 4);
147 if (!(m->mopt & MC_NOSHORTCUT))
173 exithadd = ((m->mopt & MC_NOEXITOPT) ? 0 : 1);
191 if (m->h <= 4 || !(m->mopt & (MC_SCROLL | MC_ALWAYS_SCROLL))) {
200 if (m->h < m->numopts + exithadd || m->mopt & MC_ALWAYS_SCROLL) {
277 if (m->mopt & MC_SUBMENU) {
311 int hasbox = m->mopt & MC_NOBOX ? 0 : 1;
320 if (!(m->mopt & MC_NOSHORTCUT) && !noshort)
322 else if (!(m->mopt & MC_NOSHORTCUT))
339 int hasexit = (m->mopt & MC_NOEXITOPT ? 0 : 1);
343 hasbox = (m->mopt & MC_NOBOX ? 0 : 1);
362 if ((m->mopt & MC_CONTINUOUS) == 0)
398 if (!(m->mopt & MC_NOEXITOPT)) {
410 if (!(m->mopt & MC_NOBOX))
540 int hasexit = (m->mopt & MC_NOEXITOPT ? 0 : 1);
617 if (m->mopt & MC_NOSHORTCUT) {
712 if ((m->mopt & (MC_DFLTEXIT | MC_NOEXITOPT)) == MC_DFLTEXIT) {
741 if (!(m->mopt & MC_NOCLEAR)) {
787 if (m->mopt & MC_NOCLEAR) {
850 int x, int y, int h, int w, int mopt,
871 if (!(m->mopt & MC_VALID))
886 m->mopt = mopt | MC_VALID;
908 if (!(m->mopt & MC_VALID))