Searched refs:index (Results 1 – 20 of 20) sorted by relevance
/scripts/kconfig/ |
D | nconf.c | 498 int index; in get_mext_match() local 506 index = match_start; in get_mext_match() 508 char *str = k_menu_items[index].str; in get_mext_match() 510 return index; in get_mext_match() 513 --index; in get_mext_match() 515 ++index; in get_mext_match() 516 index = (index + items_num) % items_num; in get_mext_match() 517 if (index == match_start) in get_mext_match() 566 int index = items_num-1; in item_add_str() local 570 if (index < 0) in item_add_str() [all …]
|
D | menu.c | 578 jump->index = 0; in get_prompt_str() 580 jump->index = list_entry(head->prev, struct jump_key, in get_prompt_str() 581 entries)->index + 1; in get_prompt_str()
|
D | expr.h | 189 int index; member
|
D | mconf.c | 375 int key = '0' + (pos->index % JUMP_NB) + 1; in update_text()
|
D | zconf.lex.c_shipped | 134 * integer for use as an array index. If the signed char is negative, 280 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
|
D | zconf.tab.c_shipped | 432 /* YYLAST -- Last index in YYTABLE. */
|
/scripts/ |
D | get_maintainer.pl | 936 my $index = 0; 938 while ($index < @typevalue) { 939 my $tv = $typevalue[$index]; 943 $index++; 946 return $index; 950 my ($index) = @_; 952 while ($index > 0) { 953 my $tv = $typevalue[$index]; 957 $index--; 960 return $index; [all …]
|
D | decodecode | 42 width=`expr index "$code" ' '` 65 marker=`expr index "$code" "\<"` 67 marker=`expr index "$code" "\("`
|
D | show_delta | 85 base_str = sys.argv[sys.argv.index("-b")+1]
|
D | asn1_compiler.c | 298 unsigned char index; member 1097 action->index = 0; in parse_type() 1301 int index; in render() local 1331 index = 0; in render() 1333 action->index = index++; in render() 1344 action->name, action->index); in render() 1352 fprintf(out, "\t[%4u] = %s,\n", action->index, action->name); in render()
|
D | setlocalversion | 94 git diff-index --name-only HEAD
|
D | analyze_suspend.py | 1663 i = data.dmesgtext.index(last) 1664 j = data.dmesgtext.index(line) 2378 .thread:hover {background-color:white;border:1px solid red;z-index:10;}\n\ 2379 .hover {background-color:white;border:1px solid red;z-index:10;}\n\
|
/scripts/coccinelle/iterators/ |
D | use_after_iter.cocci | 138 cocci.print_main("invalid iterator index reference",p2) 146 msg = "ERROR: invalid reference to the index variable of the iterator on line %s" % (p1[0].line)
|
D | device_node_continue.cocci | 1 /// Device node iterators put the previous value of the index variable, so an
|
/scripts/kconfig/lxdialog/ |
D | menubox.c | 102 #define print_item(index, choice, selected) \ argument 104 item_set(index); \
|
/scripts/dtc/libfdt/ |
D | libfdt.h | 1029 const char *property, int index,
|
/scripts/genksyms/ |
D | lex.lex.c_shipped | 114 * integer for use as an array index. If the signed char is negative, 252 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
|
D | parse.tab.c_shipped | 453 /* YYLAST -- Last index in YYTABLE. */
|
/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 104 * integer for use as an array index. If the signed char is negative, 251 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
|
D | dtc-parser.tab.c_shipped | 443 /* YYLAST -- Last index in YYTABLE. */
|