Searched refs:item_no (Results 1 - 2 of 2) sorted by relevance

/linux-master/scripts/kconfig/lxdialog/
H A Dchecklist.c52 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, argument
72 if ((height < item_no) && (scroll + choice < item_no - 1)) {
H A Dmenubox.c90 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, argument
115 if ((height < item_no) && (scroll + height < item_no)) {

Completed in 110 milliseconds