Searched refs:v_chf (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/nvi/vi/
H A Dv_ch.c49 return (v_chf(sp, vp));
80 rval = v_chf(sp, vp);
108 if (v_chf(sp, vp))
112 * v_chf places the cursor on the character, where the 't'
114 * we had to move right for v_chf() to have succeeded.
120 * by the v_chf routine.
130 * v_chf -- [count]fc
134 * PUBLIC: int v_chf(SCR *, VICMD *);
137 v_chf(SCR *sp, VICMD *vp) function
H A Dextern.h11 int v_chf(SCR *, VICMD *);
H A Dv_cmd.c404 {v_chf, V_CHAR|V_CNT|V_MOVE|VM_RCM_SET,

Completed in 60 milliseconds