Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/texinfo/info/
Dindices.c487 NODE *this_node; in apropos_in_all_indices() local
504 this_node = info_get_node (this_item->filename, this_item->nodename); in apropos_in_all_indices()
506 if (!this_node && this_item->nodename && in apropos_in_all_indices()
508 this_node = info_get_node (this_item->label, "Top"); in apropos_in_all_indices()
510 if (!this_node) in apropos_in_all_indices()
521 files_name = this_node->parent; in apropos_in_all_indices()
523 files_name = this_node->filename; in apropos_in_all_indices()
545 free (this_node); in apropos_in_all_indices()
/openbsd/src/usr.sbin/makefs/
Dcd9660.c1223 cd9660node *this_node; in cd9660_convert_structure() local
1244 if ((this_node = cd9660_allocate_cd9660node()) == NULL) { in cd9660_convert_structure()
1262 this_node->parent = parent_node; in cd9660_convert_structure()
1264 this_node); in cd9660_convert_structure()
1265 this_node->level = level; in cd9660_convert_structure()
1269 this_node->type = CD9660_TYPE_DIR; in cd9660_convert_structure()
1292 this_node->level = in cd9660_convert_structure()
1296 this_node) == 0) { in cd9660_convert_structure()
1311 iterator->child, this_node, in cd9660_convert_structure()
1326 this_node->type = CD9660_TYPE_FILE; in cd9660_convert_structure()
[all …]