Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dvim9.h145 ISN_LISTSLICE, // [expr:expr] list slice enumerator
H A Dvim9execute.c4022 case ISN_LISTSLICE: in exec_instructions()
4026 int is_slice = iptr->isn_type == ISN_LISTSLICE in exec_instructions()
5720 case ISN_LISTSLICE: smsg("%s%4d LISTSLICE", pfx, current); break; in list_instructions()
H A Dvim9compile.c3001 vartype == VAR_LIST ? ISN_LISTSLICE : ISN_ANYSLICE, in compile_member()
10600 case ISN_LISTSLICE: in delete_instr()