Home
last modified time | relevance | path

Searched refs:fcols (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ncurses/menu/
H A Dm_format.c81 cols = menu->fcols; in MENU_EXPORT()
87 menu->fcols = (short)cols; in MENU_EXPORT()
109 _nc_Default_Menu.fcols = (short)cols; in MENU_EXPORT()
130 *cols = Normalize_Menu(menu)->fcols; in menu_format()
H A Dm_new.c67 menu->cols = menu->fcols; in MENU_EXPORT()
H A Dm_opts.c79 set_menu_format(menu, menu->frows, menu->fcols); in MENU_EXPORT()
H A Dmenu.h120 short fcols; /* Nr. of formatted items wide */ member
H A Dm_global.c216 set_menu_format(menu, menu->frows, menu->fcols); in _nc_Connect_Items()