Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h39 ISN_LOADTDICT, // push t: dict enumerator
H A Dvim9execute.c2185 case ISN_LOADTDICT: in exec_instructions()
2194 case ISN_LOADTDICT: d = curtab->tp_vars; break; in exec_instructions()
5208 case ISN_LOADTDICT: in list_instructions()
H A Dvim9compile.c3147 case 't': isn_type = ISN_LOADTDICT; break; in compile_load()
10556 case ISN_LOADTDICT: in delete_instr()