Home
last modified time | relevance | path

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

/third_party/toybox/kconfig/lxdialog/
Dchecklist.c59 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument
79 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows()
Dmenubox.c111 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows() argument
136 if ((height < item_no) && (scroll + height < item_no)) { in print_arrows()
/third_party/python/Lib/
Dsre_parse.py135 condgroup, item_yes, item_no = av
138 if item_no:
140 item_no.dump(level+1)
792 item_no = _parse(source, state, verbose, nested + 1)
796 item_no = None
800 subpatternappend((GROUPREF_EXISTS, (condgroup, item_yes, item_no)))