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

/freebsd-11-stable/contrib/tcsh/
H A Dsh.set.c603 for (vp = vp->v_left; vp; vp = vp->v_right) {
623 v = v->v_right;
747 c->v_left = c->v_right = 0;
869 if (p->v_right == 0)
872 c = p->v_right;
874 for (c = p->v_left; c->v_right; c = c->v_right)
887 f = pp->v_right == p;
976 (((p)->v_left = t->v_right) != NULL) ?\
977 (t->v_right
[all...]
H A Dtw.init.c297 if (p->v_right) {
298 p = p->v_right;
304 } 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.c121 if (p->v_right) {
122 p = p->v_right;
128 } while (p->v_right == c);
169 for (vp = vp->v_left; vp; vp = vp->v_right) {
H A Dsh.h1024 #define v_right v_link[1] macro
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_right.c13 static const char sccsid[] = "$Id: v_right.c,v 10.8 2001/06/25 15:19:34 skimo Exp $";
28 * v_right -- [count]' ', [count]l
31 * PUBLIC: int v_right(SCR *, VICMD *);
34 v_right(SCR *sp, VICMD *vp) function
H A Dv_cmd.c145 {v_right, V_CNT|V_MOVE|VM_RCM_SET,
426 {v_right, V_CNT|V_MOVE|VM_RCM_SET,
H A Dextern.h58 int v_right(SCR *, VICMD *);
/freebsd-11-stable/usr.bin/vi/
H A DMakefile67 v_replace.c v_right.c v_screen.c v_scroll.c v_search.c v_section.c \

Completed in 203 milliseconds