Searched refs:v_bal (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.set.c724 c->v_bal = 0;
972 switch (p->v_bal) {
974 p->v_bal = 0;
977 p->v_bal = 1;
980 switch (p->v_right->v_bal) {
983 p->v_left->v_bal = 0;
984 p->v_bal = 0;
988 p->v_left->v_bal = 1;
989 p->v_bal = -1;
994 p->v_left->v_bal
[all...]
H A Dsh.h978 int v_bal; /* Balance factor */ member in struct:varent

Completed in 179 milliseconds