Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dusercmd.c186 eap->useridx = j; in find_ucmd()
1675 cmd = USER_CMD(eap->useridx); in do_ucmd()
1677 cmd = USER_CMD_GA(&curbuf->b_ucmds, eap->useridx); in do_ucmd()
H A Dex_cmds.h1929 int useridx; // user command index member
H A Dex_docmd.c3911 ? get_user_command_name(ea.useridx, ea.cmdidx) in f_fullcommand()