Searched refs:v_left (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/contrib/tcsh/
H A Dsh.set.c589 for (vp = vp->v_left; vp; vp = vp->v_right) {
590 if (vp->v_left && (vp1 = madrof(pat, vp)) != NULL)
603 v = v->v_left;
607 v = v->v_left;
733 c->v_left = c->v_right = 0;
847 c = p->v_left;
848 else if (p->v_left == 0)
851 for (c = p->v_left; c->v_right; c = c->v_right)
857 c = p->v_left;
929 t = (p)->v_left,\
[all...]
H A Dtw.init.c295 while (p->v_left)
296 p = p->v_left;
450 while (tw_vptr->v_left)
451 tw_vptr = tw_vptr->v_left;
493 while (p->v_left)
494 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.h1003 #define v_left v_link[0] macro
/freebsd-10.2-release/contrib/nvi/vi/
H A Dv_cmd.c63 {v_left, V_CNT|V_MOVE|VM_RCM_SET,
410 {v_left, V_CNT|V_MOVE|VM_RCM_SET,
H A Dv_left.c13 static const char sccsid[] = "$Id: v_left.c,v 10.9 2001/06/25 15:19:32 skimo Exp $";
28 * v_left -- [count]^H, [count]h
31 * PUBLIC: int v_left __P((SCR *, VICMD *));
34 v_left(SCR *sp, VICMD *vp) function
H A Dextern.h40 int v_left __P((SCR *, VICMD *));
/freebsd-10.2-release/usr.bin/vi/
H A DMakefile74 v_itxt.c v_left.c v_mark.c v_match.c v_paragraph.c v_put.c v_redraw.c \

Completed in 174 milliseconds