Home
last modified time | relevance | path

Searched refs:spc_cols (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/ncurses/menu/
HDm_spacing.c75 m->spc_cols = (short)(s_col ? s_col : 1); in NCURSES_EXPORT()
108 *s_col = m->spc_cols; in menu_spacing()
HDm_cursor.c66 *pX = item->x * (menu->spc_cols + menu->itemlen); in NCURSES_EXPORT()
HDm_post.c238 for (i = 0; i < menu->spc_cols; i++) in _nc_Draw_Menu()
243 wmove(menu->win, cy, cx + menu->spc_cols); in _nc_Draw_Menu()
HDmenu.priv.h87 {wmove((menu)->win,(menu)->spc_rows*(item)->y,((menu)->itemlen+(menu)->spc_cols)*(item)->x);\
HDmenu.h104 short spc_cols; /* Spacing for columns */ member
HDm_global.c359 l += (menu->cols - 1) * menu->spc_cols; /* for the padding between the columns */ in _nc_Calculate_Item_Length_and_Width()