Home
last modified time | relevance | path

Searched refs:cmd_name (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dex_docmd.c2672 ? cmdnames[(int)ea.cmdidx].cmd_name : (char_u *)NULL); in do_one_cmd()
3727 && cmdnames[(int)eap->cmdidx].cmd_name[len] == NUL) in find_ex_command()
3912 : cmdnames[ea.cmdidx].cmd_name); in f_fullcommand()
3923 if (STRNCMP(cmdnames[(int)idx].cmd_name, cmd, (size_t)len) == 0) in excmd_get_cmdidx()
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()
8682 ex_tag_cmd(eap, cmdnames[eap->cmdidx].cmd_name + 1); in ex_ptag()
8730 ex_tag_cmd(eap, cmdnames[eap->cmdidx].cmd_name + 1); in ex_stag()
8741 ex_tag_cmd(eap, cmdnames[eap->cmdidx].cmd_name); in ex_tag()
[all …]
H A Dex_cmds.h104 char_u *cmd_name; // name of the command member