Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h36 ISN_LOADGDICT, // push g: dict enumerator
H A Dvim9execute.c2182 case ISN_LOADGDICT: in exec_instructions()
2191 case ISN_LOADGDICT: d = get_globvar_dict(); break; in exec_instructions()
5199 case ISN_LOADGDICT: in list_instructions()
H A Dvim9compile.c3145 case 'g': isn_type = ISN_LOADGDICT; break; in compile_load()
10553 case ISN_LOADGDICT: in delete_instr()