Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h148 ISN_ANYSLICE, // [expr:expr] runtime slice enumerator
H A Dvim9execute.c4023 case ISN_ANYSLICE: in exec_instructions()
4025 int is_slice = iptr->isn_type == ISN_ANYSLICE; in exec_instructions()
5666 case ISN_ANYSLICE: smsg("%s%4d ANYSLICE", pfx, current); break; in list_instructions()
H A Dvim9compile.c2970 vartype == VAR_LIST ? ISN_LISTSLICE : ISN_ANYSLICE, in compile_member()
10510 case ISN_ANYSLICE: in delete_instr()