Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h34 ISN_LOADW, // push w: variable isn_arg.string enumerator
H A Dvim9execute.c2119 case ISN_LOADW: in exec_instructions()
2136 case ISN_LOADW: in exec_instructions()
5193 case ISN_LOADW: in list_instructions()
H A Dvim9compile.c3194 case 'w': isn_type = ISN_LOADW; break; in compile_load()
5963 generate_LOAD(cctx, ISN_LOADW, 0, name + 2, type); in generate_loadvar()
10368 case ISN_LOADW: in delete_instr()