Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h35 ISN_LOADT, // push t: variable isn_arg.string enumerator
H A Dvim9execute.c2120 case ISN_LOADT: in exec_instructions()
2140 case ISN_LOADT: in exec_instructions()
5196 case ISN_LOADT: in list_instructions()
H A Dvim9compile.c3195 case 't': isn_type = ISN_LOADT; break; in compile_load()
5966 generate_LOAD(cctx, ISN_LOADT, 0, name + 2, type); in generate_loadvar()
10367 case ISN_LOADT: in delete_instr()