Searched refs:this_index (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/texinfo/info/
H A Dindices.c487 REFERENCE **this_index, *this_item;
545 this_index = info_indices_of_file_buffer (this_fb);
552 if (this_index)
555 for (i = 0; this_index && this_index[i]; i++)
556 if (!this_index[i]->filename)
557 this_index[i]->filename = xstrdup (this_fb->filename);
560 all_indices = info_concatenate_references (all_indices, this_index);
486 REFERENCE **this_index, *this_item; local
/freebsd-10-stable/contrib/xz/src/xz/
H A Dlist.c175 lzma_index *this_index = NULL; local
270 ret = lzma_index_decoder(&strm, &this_index, memlimit);
329 if ((lzma_vli)(pos) < lzma_index_total_size(this_index)) {
335 pos -= lzma_index_total_size(this_index);
353 // Store the decoded Stream Flags into this_index. This is
356 ret = lzma_index_stream_flags(this_index, &footer_flags);
362 ret = lzma_index_stream_padding(this_index, stream_padding);
368 // after this_index.
370 this_index, combined_index, NULL);
378 combined_index = this_index;
[all...]
/freebsd-10-stable/contrib/binutils/bfd/
H A Dcoffcode.h4374 unsigned int this_index = 0;
4376 while (this_index < last_native_index)
4378 combined_entry_type *src = native_symbols + this_index;
4379 table_ptr[this_index] = number_of_symbols;
4668 this_index += (src->u.syment.n_numaux) + 1;
4373 unsigned int this_index = 0; local

Completed in 184 milliseconds