Home
last modified time | relevance | path

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

/trueos/contrib/ncurses/menu/
HDm_format.c79 cols = menu->fcols; in NCURSES_EXPORT()
85 menu->fcols = cols; in NCURSES_EXPORT()
107 _nc_Default_Menu.fcols = cols; in NCURSES_EXPORT()
128 *cols = Normalize_Menu(menu)->fcols; in menu_format()
HDm_new.c65 menu->cols = menu->fcols; in NCURSES_EXPORT()
HDm_opts.c78 set_menu_format(menu, menu->frows, menu->fcols); in NCURSES_EXPORT()
HDmenu.h97 short fcols; /* Nr. of formatted items wide */ member
HDm_global.c214 set_menu_format(menu, menu->frows, menu->fcols); in _nc_Connect_Items()