Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/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()
/freebsd-10-stable/usr.sbin/makefs/
Dcd9660.c1335 cd9660node *this_node; in cd9660_convert_structure() local
1356 if ((this_node = cd9660_allocate_cd9660node()) == NULL) { in cd9660_convert_structure()
1374 this_node->parent = parent_node; in cd9660_convert_structure()
1375 cd9660_translate_node(iterator, this_node); in cd9660_convert_structure()
1376 this_node->level = level; in cd9660_convert_structure()
1380 this_node->type = CD9660_TYPE_DIR; in cd9660_convert_structure()
1403 this_node->level = in cd9660_convert_structure()
1406 this_node) == 0) { in cd9660_convert_structure()
1421 iterator->child, this_node, in cd9660_convert_structure()
1436 this_node->type = CD9660_TYPE_FILE; in cd9660_convert_structure()
[all …]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
Dtree.c690 parent_path_t *this_node = child; in parent_path_relpath() local
691 while (this_node != ancestor) in parent_path_relpath()
693 assert(this_node != NULL); in parent_path_relpath()
694 path_so_far = svn_relpath_join(this_node->entry, path_so_far, pool); in parent_path_relpath()
695 this_node = this_node->parent; in parent_path_relpath()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
Dtree.c677 parent_path_t *this_node = child; in parent_path_relpath() local
678 while (this_node != ancestor) in parent_path_relpath()
680 assert(this_node != NULL); in parent_path_relpath()
681 path_so_far = svn_relpath_join(this_node->entry, path_so_far, pool); in parent_path_relpath()
682 this_node = this_node->parent; in parent_path_relpath()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/
Dtree.c502 parent_path_t *this_node = child; in parent_path_relpath() local
503 while (this_node != ancestor) in parent_path_relpath()
505 assert(this_node != NULL); in parent_path_relpath()
506 path_so_far = svn_relpath_join(this_node->entry, path_so_far, pool); in parent_path_relpath()
507 this_node = this_node->parent; in parent_path_relpath()