Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h151 ISN_GETITEM, // push list item, isn_arg.number is the index enumerator
H A Dvim9execute.c4074 case ISN_GETITEM: in exec_instructions()
5669 case ISN_GETITEM: smsg("%s%4d ITEM %lld%s", pfx, current, in list_instructions()
H A Dvim9compile.c1314 if ((isn = generate_instr(cctx, ISN_GETITEM)) == NULL) in generate_GETITEM()
10545 case ISN_GETITEM: in delete_instr()