Home | History | Annotate | Download | only in src

Lines Matching refs:rightN

1807 	trie->root->rightN	= trie->root;
1858 nextNode = nextNode->rightN; /* 1 is right */
1944 nextNode = nextNode->rightN;
2100 entNode = entNode->rightN;
2157 nextNode->rightN = nextNode; /* Terminates with itself */
2161 nextNode->rightN = entNode; /* Terminates at previous position */
2172 thisNode->rightN = nextNode;
2208 if (node->bitNum > node->rightN->bitNum)
2212 freeIntNode(node->rightN);