Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dindices.c488 REFERENCE **this_index, *this_item; in apropos_in_all_indices() local
493 this_item = dir_menu[dir_index]; in apropos_in_all_indices()
495 if (!this_item->filename) in apropos_in_all_indices()
499 this_item->filename = xstrdup (dir_node->parent); in apropos_in_all_indices()
501 this_item->filename = xstrdup (dir_node->filename); in apropos_in_all_indices()
506 this_node = info_get_node (this_item->filename, this_item->nodename); in apropos_in_all_indices()
508 if (!this_node && this_item->nodename && in apropos_in_all_indices()
509 (strcmp (this_item->label, this_item->nodename) == 0)) in apropos_in_all_indices()
510 this_node = info_get_node (this_item->label, "Top"); in apropos_in_all_indices()
515 free (this_item->filename); in apropos_in_all_indices()
[all …]