Searched refs:v_right (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.set.c581 for (vp = vp->v_left; vp; vp = vp->v_right) {
601 v = v->v_right;
725 c->v_left = c->v_right = 0;
836 if (p->v_right == 0)
839 c = p->v_right;
841 for (c = p->v_left; c->v_right; c = c->v_right)
854 f = pp->v_right == p;
920 (((p)->v_left = t->v_right) != NULL) ?\
921 (t->v_right
[all...]
H A Dtw.init.c298 if (p->v_right) {
299 p = p->v_right;
305 } while (p->v_right == c);
454 if (tw_vptr->v_right) {
455 tw_vptr = tw_vptr->v_right;
461 } while (tw_vptr->v_right == c);
486 if (p->v_right) { /* if we can go right */
487 p = p->v_right;
495 } while (p->v_right == c);
H A Dtw.comp.c125 if (p->v_right) {
126 p = p->v_right;
132 } while (p->v_right == c);
173 for (vp = vp->v_left; vp; vp = vp->v_right) {
H A Dsh.h982 #define v_right v_link[1] macro

Completed in 136 milliseconds