Searched refs:find_ex_command (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | ex_docmd.pro | 19 char_u *find_ex_command(exarg_T *eap, int *full, int (*lookup)(char_u *, size_t, int cmd, cctx_T *)…
|
| /vim-8.2.3635/src/ |
| H A D | vim9script.c | 223 (void)find_ex_command(eap, NULL, lookup_scriptitem, NULL); in ex_export()
|
| H A D | ex_docmd.c | 1847 p = find_ex_command(&ea, NULL, lookup_scriptitem, NULL); in do_one_cmd() 1863 p = find_ex_command(&ea, NULL, NULL, NULL); in do_one_cmd() 2040 ) ? find_ex_command(&ea, NULL, NULL, NULL) : ea.cmd; in do_one_cmd() 3418 find_ex_command( in find_ex_command() function 3858 p = find_ex_command(&ea, &full, NULL, NULL); in cmd_exists() 3895 p = find_ex_command(&ea, NULL, NULL, NULL); in f_fullcommand()
|
| H A D | vim9compile.c | 9887 p = find_ex_command(&ea, NULL, in compile_def_function()
|