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

/netbsd-current/bin/csh/
H A Dset.c454 if (vp->v_left && (vp1 = madrof(pat, vp->v_left)))
467 v = v->v_left;
471 v = v->v_left;
530 c->v_left = c->v_right = 0;
604 while ((vp = madrof(*v, head->v_left)) != NULL)
638 c = p->v_left;
639 else if (p->v_left == 0)
642 for (c = p->v_left; c->v_right; c = c->v_right)
647 c = p->v_left;
[all...]
H A Dcsh.h417 #define v_left v_link[0] macro
/netbsd-current/external/bsd/nvi/dist/vi/
H A Dv_cmd.c70 {v_left, V_CNT|V_MOVE|VM_RCM_SET,
417 {v_left, V_CNT|V_MOVE|VM_RCM_SET,
H A Dv_left.c1 /* $NetBSD: v_left.c,v 1.2 2013/11/22 15:52:06 christos Exp $ */
16 static const char sccsid[] = "Id: v_left.c,v 10.9 2001/06/25 15:19:32 skimo Exp (Berkeley) Date: 2001/06/25 15:19:32 ";
34 * v_left -- [count]^H, [count]h
37 * PUBLIC: int v_left __P((SCR *, VICMD *));
40 v_left(SCR *sp, VICMD *vp) function
/netbsd-current/external/bsd/nvi/usr.bin/nvi/
H A DMakefile52 v_event.c v_ex.c v_increment.c v_init.c v_itxt.c v_left.c v_mark.c \

Completed in 203 milliseconds