Home
last modified time | relevance | path

Searched refs:MC_SCROLL (Results 1 – 5 of 5) sorted by relevance

/minix3/usr.bin/menuc/
H A Dmdb.h91 #define MC_SCROLL 4 macro
H A Dparse.y137 | NO SCROLLABLE { cur_menu->info->mopt &= ~MC_SCROLL; }
138 | SCROLLABLE { cur_menu->info->mopt |= MC_SCROLL; }
H A Dmdb.c206 MC_OPT(MC_SCROLL) in write_menu_file()
H A Dmenu_sys.def183 if (m->h <= 4 || !(m->mopt & (MC_SCROLL | MC_ALWAYS_SCROLL))) {
194 * The used to be a check for MC_SCROLL here, but it is
/minix3/usr.bin/menuc/testm/
H A Dmain.c115 0, 55, MC_SCROLL, dyn_disp, NULL, NULL, in do_dynamic()