Home
last modified time | relevance | path

Searched refs:this_fb (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/texinfo/info/
H A Dindices.c488 FILE_BUFFER *this_fb; in apropos_in_all_indices() local
525 this_fb = info_find_file (files_name); in apropos_in_all_indices()
531 if (FILENAME_CMP (this_fb->filename, dir_menu[i]->filename) == 0) in apropos_in_all_indices()
540 if (this_fb && inform) in apropos_in_all_indices()
544 this_index = info_indices_of_file_buffer (this_fb); in apropos_in_all_indices()
547 if (this_fb && inform) in apropos_in_all_indices()
556 this_index[i]->filename = xstrdup (this_fb->filename); in apropos_in_all_indices()