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