Home
last modified time | relevance | path

Searched refs:O_ROWMAJOR (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ncurses/menu/
H A Dm_opts.c71 if ((opts & O_ROWMAJOR) != (menu->opt & O_ROWMAJOR)) in MENU_EXPORT()
H A Dm_item_top.c78 item = menu->items[(menu->opt & O_ROWMAJOR) ? (row * menu->cols) : row]; in MENU_EXPORT()
H A Dm_format.c91 total_cols = (menu->opt & O_ROWMAJOR) ? in MENU_EXPORT()
H A Dmenu.priv.h82 O_ROWMAJOR | \
H A Dmenu.h68 #define O_ROWMAJOR (0x04) macro
H A Dm_global.c391 if (menu->opt & O_ROWMAJOR) in _nc_Link_Items()
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc1164 * Whether the O_ROWMAJOR option is enabled
1176 on the item number and size and whether O_ROWMAJOR is on. This option
/freebsd/contrib/ncurses/
H A DNEWS8858 + correct field used for comparing O_ROWMAJOR in set_menu_format()