Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h41 ISN_LOADOUTER, // push variable from outer scope isn_arg.outer enumerator
H A Dvim9execute.c2699 case ISN_LOADOUTER: in exec_instructions()
2720 if (iptr->isn_type == ISN_LOADOUTER) in exec_instructions()
5141 case ISN_LOADOUTER: in list_instructions()
H A Dvim9compile.c1467 if ((isn = generate_instr_type(cctx, ISN_LOADOUTER, type)) == NULL) in generate_LOADOUTER()
10554 case ISN_LOADOUTER: in delete_instr()