Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libeti/menu/common/
H A Dtopitem.c59 current = IthItem(m, RowMajor(m) ? top * Cols(m) : top); in set_top_row()
H A Dmenuopts.c50 if ((opt & O_ROWMAJOR) != RowMajor(m)) { in set_menu_opts()
H A Dlink.c169 if (RowMajor(m)) { in _link_items()
/titanic_41/usr/src/lib/libeti/menu/inc/
H A Dprivate.h116 #define RowMajor(m) (Mopt(m) & O_ROWMAJOR) macro