Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h33 ISN_LOADB, // push b: variable isn_arg.string enumerator
H A Dvim9execute.c2118 case ISN_LOADB: in exec_instructions()
2132 case ISN_LOADB: in exec_instructions()
5190 case ISN_LOADB: in list_instructions()
H A Dvim9compile.c3196 case 'b': isn_type = ISN_LOADB; break; in compile_load()
5960 generate_LOAD(cctx, ISN_LOADB, 0, name + 2, type); in generate_loadvar()
10363 case ISN_LOADB: in delete_instr()