Searched refs:RowMajor (Results 1 – 4 of 4) sorted by relevance
57 current = IthItem(m, RowMajor(m) ? top * Cols(m) : top); in set_top_row()
48 if ((opt & O_ROWMAJOR) != RowMajor(m)) { in set_menu_opts()
167 if (RowMajor(m)) { in _link_items()
114 #define RowMajor(m) (Mopt(m) & O_ROWMAJOR) macro