Searched refs:item_no (Results 1 - 5 of 5) sorted by relevance
/third_party/toybox/kconfig/lxdialog/ |
H A D | checklist.c | 59 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()
|
H A D | menubox.c | 111 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/re/ |
H A D | _parser.py | 133 condgroup, item_yes, item_no = av 136 if item_no: 138 item_no.dump(level+1) 821 item_no = _parse(source, state, verbose, nested + 1) 825 item_no = None 829 subpatternappend((GROUPREF_EXISTS, (condgroup, item_yes, item_no)))
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 1071 $item_no++; 1072 $OUT .= " $item_no. \u$item\n"; 1086 had a variable named C<$item_no> in scope in your program at the point 1093 One solution to this is to make the C<$item_no> variable private to the 1103 In this case the template will clobber the variable C<$Q::item_no>,
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 1071 $item_no++; 1072 $OUT .= " $item_no. \u$item\n"; 1086 had a variable named C<$item_no> in scope in your program at the point 1093 One solution to this is to make the C<$item_no> variable private to the 1103 In this case the template will clobber the variable C<$Q::item_no>,
|
Completed in 7 milliseconds