Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dindices.c490 FILE_BUFFER *this_fb; in apropos_in_all_indices() local
527 this_fb = info_find_file (files_name); in apropos_in_all_indices()
533 if (FILENAME_CMP (this_fb->filename, dir_menu[i]->filename) == 0) in apropos_in_all_indices()
542 if (this_fb && inform) in apropos_in_all_indices()
546 this_index = info_indices_of_file_buffer (this_fb); in apropos_in_all_indices()
549 if (this_fb && inform) in apropos_in_all_indices()
558 this_index[i]->filename = xstrdup (this_fb->filename); in apropos_in_all_indices()