Home
last modified time | relevance | path

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

/mirbsd/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()
/mirbsd/src/usr.sbin/makefs/
Dcd9660.c1413 cd9660node *this_node; in cd9660_convert_structure() local
1434 if ((this_node = cd9660_allocate_cd9660node()) == NULL) { in cd9660_convert_structure()
1452 this_node->parent = parent_node; in cd9660_convert_structure()
1453 cd9660_translate_node(iterator, this_node); in cd9660_convert_structure()
1454 this_node->level = level; in cd9660_convert_structure()
1458 this_node->type = CD9660_TYPE_DIR; in cd9660_convert_structure()
1481 this_node->level = in cd9660_convert_structure()
1484 this_node) == 0) { in cd9660_convert_structure()
1499 iterator->child, this_node, in cd9660_convert_structure()
1514 this_node->type = CD9660_TYPE_FILE; in cd9660_convert_structure()
[all …]