Searched refs:normal_cmd (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/vim-55/src/proto/
H A Dnormal.pro3 void normal_cmd __ARGS((oparg_T *oap, int toplevel));
/macosx-10.10.1/vim-55/src/
H A Dmain.c953 * call normal_cmd(), which will then start Insert mode. */
1263 * do_exmode() and normal_cmd().
1278 normal_cmd(&oa, TRUE);
H A Dgetchar.c1425 normal_cmd(&oa, FALSE); /* execute one command */
H A Dnormal.c567 normal_cmd(oap, toplevel) function
592 * "3d" we return from normal_cmd() and come back here, the "3" is
3988 * scrolled. Called from normal_cmd() and edit().
H A Dex_docmd.c9303 * Execute normal_cmd() until there is no typeahead left.
9312 normal_cmd(&oa, FALSE); /* execute a Normal mode cmd */

Completed in 202 milliseconds