Searched refs:item_no (Results 1 – 2 of 2) sorted by relevance
52 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument72 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows()
98 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows() argument123 if ((height < item_no) && (scroll + height < item_no)) { in print_arrows()