Home
last modified time | relevance | path

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

/external/dtc/
Dlivetree.c188 new_node->children = new_child->next_sibling; in merge_nodes()
190 new_child->next_sibling = NULL; in merge_nodes()
243 assert(first->next_sibling == NULL); in chain_node()
245 first->next_sibling = list; in chain_node()
285 child->next_sibling = NULL; in add_child()
290 p = &((*p)->next_sibling); in add_child()
304 node = node->next_sibling; in delete_node_by_name()
732 tbl[i]->next_sibling = tbl[i+1]; in sort_subnodes()
733 tbl[n-1]->next_sibling = NULL; in sort_subnodes()
Ddtc.h156 struct node *next_sibling; member
182 for ((c) = (n)->children; (c); (c) = (c)->next_sibling)
Dchecks.c212 for (child2 = child->next_sibling; in check_duplicate_node_names()
214 child2 = child2->next_sibling) in check_duplicate_node_names()
/external/e2fsprogs/debugfs/
Dextent_cmds.ct23 next_sibling, next_sib, ns;
/external/libxml2/
Dtree.c8297 goto next_sibling; in xmlDOMWrapRemoveNode()
8305 next_sibling: in xmlDOMWrapRemoveNode()
8312 goto next_sibling; in xmlDOMWrapRemoveNode()
8907 goto next_sibling; in xmlDOMWrapReconcileNamespaces()
8918 next_sibling: in xmlDOMWrapReconcileNamespaces()
8949 goto next_sibling; in xmlDOMWrapReconcileNamespaces()
9977 next_sibling: in xmlDOMWrapAdoptAttr()
9984 goto next_sibling; in xmlDOMWrapAdoptAttr()
Dxpath.c7842 next_sibling:
7849 goto next_sibling;
Dxmlschemas.c27902 goto next_sibling; in xmlSchemaVDocWalk()
28030 next_sibling: in xmlSchemaVDocWalk()