Home
last modified time | relevance | path

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

/openbsd/lib/libmenu/
H A Dm_spacing.c58 set_menu_spacing(MENU *menu, int s_desc, int s_row, int s_col) in MENU_EXPORT()
63 (void *)menu, s_desc, s_row, s_col)); in MENU_EXPORT()
72 ((s_row < 0) || (s_row > MAX_SPC_ROWS)) || in MENU_EXPORT()
77 m->spc_rows = (short)(s_row ? s_row : 1); in MENU_EXPORT()
93 menu_spacing(const MENU *menu, int *s_desc, int *s_row, int *s_col) in menu_spacing() argument
100 (void *)s_row, in menu_spacing()
108 if (s_row) in menu_spacing()
109 *s_row = m->spc_rows; in menu_spacing()