Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcreate_cmdidxs.vim3 " a matching command in cmdnames[] based on the first character
5 " This is used to speed up lookup in cmdnames[].
63 let output += [ ' * Table giving the index of the first command in cmdnames[] to lookup' ]
77 let output += [ ' * Table giving the index of the first command in cmdnames[] to lookup' ]
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()
2114 ea.argt = (long)cmdnames[(int)ea.cmdidx].cmd_argt; in do_one_cmd()
2614 (cmdnames[ea.cmdidx].cmd_func)(&ea); in do_one_cmd()
3912 : cmdnames[ea.cmdidx].cmd_name); in f_fullcommand()
3932 return (long)cmdnames[(int)idx].cmd_argt; in excmd_get_argt()
5538 return cmdnames[idx].cmd_name; in get_command_name()
8623 switch (cmdnames[eap->cmdidx].cmd_name[2]) in ex_findpat()
8626 if (cmdnames[eap->cmdidx].cmd_name[0] == 'p') in ex_findpat()
8741 ex_tag_cmd(eap, cmdnames[eap->cmdidx].cmd_name); in ex_tag()
[all …]
H A Dex_cmds.h108 } cmdnames[] = variable