Lines Matching refs:VICMD
43 *v_alias __P((SCR *, VICMD *, VIKEYS const *));
44 static gcret_t v_cmd __P((SCR *, VICMD *, VICMD *, VICMD *, int *, int *));
45 static int v_count __P((SCR *, VICMD *, ARG_CHAR_T, u_long *));
48 static gcret_t v_key __P((SCR *, VICMD *, int, u_int32_t));
49 static int v_motion __P((SCR *, VICMD *, VICMD *, int *));
52 static void v_comlog __P((SCR *, VICMD *));
76 VICMD cmd, *vp;
90 memset(vp, 0, sizeof(VICMD));
149 memset(vp, 0, sizeof(VICMD));
463 v_cmd(SCR *sp, VICMD *dp, VICMD *vp, VICMD *ismotion, int *comcountp, int *mappedp)
765 v_motion(SCR *sp, VICMD *dm, VICMD *vp, int *mappedp)
767 VICMD motion;
788 memset(&motion, 0, sizeof(VICMD));
1159 v_alias(SCR *sp, VICMD *vp, const VIKEYS *kp)
1192 v_count(SCR *sp, VICMD *vp, ARG_CHAR_T fkey, u_long *countp)
1228 v_key(SCR *sp, VICMD *vp, int events_ok, u_int32_t ec_flags)
1300 VICMD *vp;