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