Lines Matching refs:stackPush
256 static inline void stackPush(AvlTree* t, AvlNode* n, Int i)
390 stackPush(t, t->root, 1);
397 stackPush(t, n, 2);
398 if (n->left) stackPush(t, n->left, 1);
401 stackPush(t, n, 3);
402 if (n->right) stackPush(t, n->right, 1);
808 stackPush(t, t->root, 1);
830 stackPush(t, n, 2);
831 /* if (n->left) stackPush(t, n->left, 1); */
835 stackPush(t, n, 3);
838 /* if (n->right) stackPush(t, n->right, 1); */
896 stackPush(oset, t, 2);
905 stackPush(oset, t, 2);