Searched refs:index_offset (Results 1 – 2 of 2) sorted by relevance
34 static int index_offset = 0; variable186 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 …]
227 int index_offset = MAX (index - section_alist_offset, 0); in what_section() local228 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()