Home | History | Annotate | Download | only in ctestfw

Lines Matching defs:sibling

45   struct TestNode* sibling;
177 newNode->sibling = NULL;
192 if(tn->sibling != NULL) {
193 cleanUpTestTree(tn->sibling);
266 nextNode = nextNode -> sibling;
272 curNode->sibling = nextNode;
484 iterateTestsWithLevel ( root->sibling, depth, nodeList, mode );
610 nextNode = nextNode -> sibling;