Searched refs:INPUT_ROWS (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/dialog/
H A Dmenubox.c53 #define INPUT_ROWS 3 /* rows per inputmenu entry */ macro
55 #define RowHeight(i) (is_inputmenu ? ((i) * INPUT_ROWS) : ((i) * 1))
56 #define ItemToRow(i) (is_inputmenu ? ((i) * INPUT_ROWS + 1) : (i))
57 #define RowToItem(i) (is_inputmenu ? ((i) / INPUT_ROWS + 0) : (i))
99 for (n = my_y - 1; n < my_y + INPUT_ROWS - 1; n++) {
120 dlg_draw_box(win, my_y - 1, my_x, INPUT_ROWS, my_width - my_x - data->tag_x,
247 spare_lines = data->menu_height % INPUT_ROWS;
415 max_choice /= INPUT_ROWS;

Completed in 110 milliseconds