Searched refs:O_NONCYCLIC (Results 1 – 5 of 5) sorted by relevance
342 if (menu->opt & O_NONCYCLIC) in menu_driver()355 if (menu->opt & O_NONCYCLIC) in menu_driver()411 if (menu->opt & O_NONCYCLIC) in menu_driver()430 if (menu->opt & O_NONCYCLIC) in menu_driver()
215 lastvert = (menu->opt & O_NONCYCLIC) ? (ITEM *)0 : item; in _nc_Draw_Menu()228 lasthor = (menu->opt & O_NONCYCLIC) ? (ITEM *)0 : hitem; in _nc_Draw_Menu()
85 O_NONCYCLIC | \
71 #define O_NONCYCLIC (0x20) macro
387 bool cycle = (menu->opt & O_NONCYCLIC) ? FALSE : TRUE; in _nc_Link_Items()