Home
last modified time | relevance | path

Searched defs:is_slice (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9execute.c3943 int is_slice = iptr->isn_type == ISN_STRSLICE; in exec_instructions() local
3980 int is_slice = iptr->isn_type == ISN_LISTSLICE in exec_instructions() local
4025 int is_slice = iptr->isn_type == ISN_ANYSLICE; in exec_instructions() local
H A Dvim9compile.c2884 compile_member(int is_slice, int *keeping_dict, cctx_T *cctx) in compile_member()
4495 int is_slice = FALSE; in compile_subscript() local