Home
last modified time | relevance | path

Searched refs:find_ex_command (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dex_docmd.pro19 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 Dvim9script.c223 (void)find_ex_command(eap, NULL, lookup_scriptitem, NULL); in ex_export()
H A Dex_docmd.c1847 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 Dvim9compile.c9887 p = find_ex_command(&ea, NULL, in compile_def_function()