Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/menu/
H A Dm_driver.c342 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()
H A Dm_post.c215 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()
H A Dmenu.priv.h85 O_NONCYCLIC | \
H A Dmenu.h71 #define O_NONCYCLIC (0x20) macro
H A Dm_global.c387 bool cycle = (menu->opt & O_NONCYCLIC) ? FALSE : TRUE; in _nc_Link_Items()