Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dmenuopts.c55 if ((opt & O_NONCYCLIC) != (Mopt(m) & O_NONCYCLIC)) { in set_menu_opts()
H A Dglobal.c69 O_SHOWMATCH|O_NONCYCLIC, /* opt */
/illumos-gate/usr/src/lib/libeti/menu/inc/
H A Dmenu.h47 #define O_NONCYCLIC 0x20 macro
H A Dprivate.h117 #define Cyclic(m) (!(Mopt(m) & O_NONCYCLIC))