Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h354 cmdmod_T *cf_cmdmod; // allocated member
H A Dvim9compile.c2363 isn->isn_arg.cmdmod.cf_cmdmod = ALLOC_ONE(cmdmod_T); in generate_cmdmods()
2364 if (isn->isn_arg.cmdmod.cf_cmdmod == NULL) in generate_cmdmods()
2366 mch_memmove(isn->isn_arg.cmdmod.cf_cmdmod, cmod, sizeof(cmdmod_T)); in generate_cmdmods()
9101 vim_regfree(isn->isn_arg.cmdmod.cf_cmdmod in compile_exec()
9103 vim_free(isn->isn_arg.cmdmod.cf_cmdmod); in compile_exec()
10485 vim_regfree(isn->isn_arg.cmdmod.cf_cmdmod in delete_instr()
10487 vim_free(isn->isn_arg.cmdmod.cf_cmdmod); in delete_instr()
H A Dvim9execute.c4402 cmdmod = *iptr->isn_arg.cmdmod.cf_cmdmod; in exec_instructions()
5749 NULL, iptr->isn_arg.cmdmod.cf_cmdmod, FALSE); in list_instructions()
5755 buf, iptr->isn_arg.cmdmod.cf_cmdmod, FALSE); in list_instructions()