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

/freebsd-11.0-release/contrib/nvi/vi/
H A Dv_ch.c47 return (v_chF(sp, vp));
83 rval = v_chF(sp, vp);
196 if (v_chF(sp, vp))
200 * v_chF places the cursor on the character, where the 'T'
202 * we had to move left for v_chF() to have succeeded.
212 * v_chF -- [count]Fc
216 * PUBLIC: int v_chF(SCR *, VICMD *);
219 v_chF(SCR *sp, VICMD *vp) function
H A Dextern.h13 int v_chF(SCR *, VICMD *);
H A Dv_cmd.c273 {v_chF, V_CHAR|V_CNT|V_MOVE|VM_RCM_SET,

Completed in 107 milliseconds