Searched refs:spc_cols (Results 1 – 6 of 6) sorted by relevance
75 m->spc_cols = (short)(s_col ? s_col : 1); in NCURSES_EXPORT()108 *s_col = m->spc_cols; in menu_spacing()
66 *pX = item->x * (menu->spc_cols + menu->itemlen); in NCURSES_EXPORT()
238 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()
87 {wmove((menu)->win,(menu)->spc_rows*(item)->y,((menu)->itemlen+(menu)->spc_cols)*(item)->x);\
104 short spc_cols; /* Spacing for columns */ member
359 l += (menu->cols - 1) * menu->spc_cols; /* for the padding between the columns */ in _nc_Calculate_Item_Length_and_Width()