Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dusercmd.c44 } command_complete[] = variable
394 return (char_u *)command_complete[idx].name; in get_user_cmd_complete()
402 for (i = 0; command_complete[i].expand != 0; ++i) in cmdcomplete_str_to_type()
404 return command_complete[i].expand; in cmdcomplete_str_to_type()
543 if (command_complete[j].expand == cmd->uc_compl) in uc_list()
545 STRCPY(IObuff + len, command_complete[j].name); in uc_list()
664 for (i = 0; command_complete[i].expand != 0; ++i) in parse_compl_arg()
666 if ((int)STRLEN(command_complete[i].name) == valend in parse_compl_arg()
669 *complp = command_complete[i].expand; in parse_compl_arg()
673 || command_complete[i].expand == EXPAND_FILES) in parse_compl_arg()
[all …]