Searched refs:v_left (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) {
582 if (vp->v_left && (vp1 = madrof(pat, vp)) != NULL)
595 v = v->v_left;
599 v = v->v_left;
725 c->v_left = c->v_right = 0;
837 c = p->v_left;
838 else if (p->v_left == 0)
841 for (c = p->v_left; c->v_right; c = c->v_right)
847 c = p->v_left;
918 t = (p)->v_left,\
[all...]
H A Dtw.init.c291 while (p->v_left)
292 p = p->v_left;
445 while (tw_vptr->v_left)
446 tw_vptr = tw_vptr->v_left;
488 while (p->v_left)
489 p = p->v_left;
H A Dtw.comp.c110 while (p->v_left)
111 p = p->v_left;
173 for (vp = vp->v_left; vp; vp = vp->v_right) {
174 if (vp->v_left && (rv = tw_find(nam, vp, cmd)) != NULL)
H A Dsh.h981 #define v_left v_link[0] macro

Completed in 128 milliseconds