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

/netbsd-current/external/bsd/nvi/dist/vi/
H A Dv_ch.c55 return (v_chf(sp, vp));
86 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) function
H A Dv_cmd.c411 {v_chf, V_CHAR|V_CNT|V_MOVE|VM_RCM_SET,

Completed in 520 milliseconds