Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c9698 cmdmod_T local_cmdmod; in compile_def_function() local
9807 if (parse_command_modifiers(&ea, &errormsg, &local_cmdmod, FALSE) in compile_def_function()
9816 generate_cmdmods(&cctx, &local_cmdmod); in compile_def_function()
9817 undo_cmdmod(&local_cmdmod); in compile_def_function()
9831 if (!(local_cmdmod.cmod_flags & CMOD_LEGACY)) in compile_def_function()
9862 if (!(local_cmdmod.cmod_flags & CMOD_LEGACY) in compile_def_function()
9888 starts_with_colon || (local_cmdmod.cmod_flags & CMOD_LEGACY) in compile_def_function()
9899 if (local_cmdmod.cmod_flags & CMOD_LEGACY) in compile_def_function()
9989 local_cmdmod.cmod_flags & CMOD_LEGACY, &cctx); in compile_def_function()