Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/menu/
H A Dm_spacing.c44 #define MAX_SPC_COLS ((TABSIZE) ? (TABSIZE) : 8) macro
71 ((s_col < 0) || (s_col > MAX_SPC_COLS))) in MENU_EXPORT()