Searched refs:O_NONCYCLIC (Results 1 – 5 of 5) sorted by relevance
344 if (menu->opt & O_NONCYCLIC) in menu_driver()357 if (menu->opt & O_NONCYCLIC) in menu_driver()413 if (menu->opt & O_NONCYCLIC) in menu_driver()432 if (menu->opt & O_NONCYCLIC) in menu_driver()
217 lastvert = (menu->opt & O_NONCYCLIC) ? (ITEM *)0 : item; in _nc_Draw_Menu()230 lasthor = (menu->opt & O_NONCYCLIC) ? (ITEM *)0 : hitem; in _nc_Draw_Menu()
87 O_NONCYCLIC | \
72 #define O_NONCYCLIC (0x20) macro
389 bool cycle = (menu->opt & O_NONCYCLIC) ? FALSE : TRUE; in _nc_Link_Items()