Lines Matching refs:v_chf
53 return (v_chF(sp, vp));
55 return (v_chf(sp, vp));
86 rval = v_chf(sp, vp);
89 rval = v_chF(sp, vp);
114 if (v_chf(sp, vp))
118 * v_chf places the cursor on the character, where the 't'
120 * we had to move right for v_chf() to have succeeded.
126 * by the v_chf routine.
136 * v_chf -- [count]fc
140 * PUBLIC: int v_chf __P((SCR *, VICMD *));
143 v_chf(SCR *sp, VICMD *vp)
202 if (v_chF(sp, vp))
206 * v_chF places the cursor on the character, where the 'T'
208 * we had to move left for v_chF() to have succeeded.
218 * v_chF -- [count]Fc
222 * PUBLIC: int v_chF __P((SCR *, VICMD *));
225 v_chF(SCR *sp, VICMD *vp)