Home
last modified time | relevance | path

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

/openbsd/lib/libmenu/
H A Dm_driver.c344 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()
H A Dm_post.c217 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()
H A Dmenu.priv.h87 O_NONCYCLIC | \
H A Dmenu.h72 #define O_NONCYCLIC (0x20) macro
H A Dm_global.c389 bool cycle = (menu->opt & O_NONCYCLIC) ? FALSE : TRUE; in _nc_Link_Items()