Searched refs:index_offset (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/texinfo/info/ |
H A D | indices.c | 34 static int index_offset = 0; variable 186 index_offset = 0; in do_info_index_search() 260 index_offset = i; in do_info_index_search() 263 index_offset = -1; in do_info_index_search() 265 old_offset = index_offset; in do_info_index_search() 274 if (index_offset == old_offset) in do_info_index_search() 275 index_offset = 0; in do_info_index_search() 357 for (i = index_offset + dir; (i > -1) && (index_index[i]); i += dir) 364 for (i = index_offset + dir; (i > -1) && (index_index[i]); i += dir) 376 index_offset > 0 ? (char *) _("more ") : "", index_search); [all …]
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | ns32k-dis.c | 468 int index_offset[MAX_ARGS]; local 488 index_offset[0] = aoffset; 498 index_offset[1] = aoffset; 510 index_offset[whicharg]); 551 print_insn_arg (d, ioffset, aoffsetp, buffer, addr, result, index_offset) in print_insn_arg() argument 557 int index_offset; 717 index = bit_extract (buffer, index_offset - 8, 3); 718 print_insn_arg (d, index_offset, aoffsetp, buffer, addr,
|
/openbsd/gnu/usr.bin/texinfo/makeinfo/ |
H A D | sectioning.c | 227 int index_offset = MAX (index - section_alist_offset, 0); in what_section() local 228 index_offset = MIN (index_offset, alist_size - 1); in what_section() 234 for (i = index; i != index_offset; i -= SIGN (section_alist_offset)) in what_section() 237 if (section_alist[i].num != section_alist[index_offset].num in what_section() 238 || section_alist[i].toc != section_alist[index_offset].toc) in what_section()
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | ns32k-dis.c | 459 int index_offset) in print_insn_arg() argument 621 index = bit_extract (buffer, index_offset - 8, 3); in print_insn_arg() 622 print_insn_arg (d, index_offset, aoffsetp, buffer, addr, in print_insn_arg() 796 int index_offset[MAX_ARGS]; in print_insn_ns32k() local 816 index_offset[0] = aoffset; in print_insn_ns32k() 827 index_offset[1] = aoffset; in print_insn_ns32k() 839 index_offset[whicharg]); in print_insn_ns32k()
|
/openbsd/gnu/usr.bin/texinfo/po/ |
H A D | sv.po | 184 # index_offset > 0 ? _("more ") : "", index_search);
|