Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dmenubox.c56 #define ItemToRow(i) (is_inputmenu ? ((i) * INPUT_ROWS + 1) : (i)) macro
74 int my_y = ItemToRow(choice); in print_item()
154 int y = ItemToRow(choice); in input_menu_edit()
529 all.box_y + ItemToRow(choice) + 1, in dlg_menu()