HomeSort by relevance Sort by last modified time
    Searched refs:item_no (Results 1 - 6 of 6) sorted by null

  /external/toybox/kconfig/lxdialog/
checklist.c 59 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll,
79 if ((height < item_no) && (scroll + choice < item_no - 1)) {
menubox.c 111 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x,
136 if ((height < item_no) && (scroll + height < item_no)) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sre_parse.py 364 item_no = _parse(source, state)
368 item_no = None
372 subpattern.append((GROUPREF_EXISTS, (condgroup, item_yes, item_no)))
  /prebuilts/gdb/linux-x86/lib/python2.7/
sre_parse.py 364 item_no = _parse(source, state)
368 item_no = None
372 subpattern.append((GROUPREF_EXISTS, (condgroup, item_yes, item_no)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_parse.py 364 item_no = _parse(source, state)
368 item_no = None
372 subpattern.append((GROUPREF_EXISTS, (condgroup, item_yes, item_no)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_parse.py 364 item_no = _parse(source, state)
368 item_no = None
372 subpattern.append((GROUPREF_EXISTS, (condgroup, item_yes, item_no)))

Completed in 1148 milliseconds