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

/netbsd-current/external/bsd/nvi/dist/vi/
H A Dv_ch.c53 return (v_chF(sp, vp));
89 rval = v_chF(sp, 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) function
H A Dv_cmd.c280 {v_chF, V_CHAR|V_CNT|V_MOVE|VM_RCM_SET,

Completed in 190 milliseconds