Home
last modified time | relevance | path

Searched refs:cmd_func (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dex_docmd.c2078 && (cmdnames[ea.cmdidx].cmd_func == ex_ni in do_one_cmd()
2080 || cmdnames[ea.cmdidx].cmd_func == ex_script_ni in do_one_cmd()
2614 (cmdnames[ea.cmdidx].cmd_func)(&ea); in do_one_cmd()
H A Dnormal.c170 nv_func_T cmd_func; // function for this command member
1100 (nv_cmds[idx].cmd_func)(&ca); in normal_cmd()
H A Dex_cmds.h105 ex_func_T cmd_func; // function for this command member