Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h359 int unp_count; // number of items to produce member
H A Dvim9execute.c4416 int count = iptr->isn_arg.unpack.unp_count; in exec_instructions()
5780 iptr->isn_arg.unpack.unp_count, in list_instructions()
H A Dvim9compile.c2344 isn->isn_arg.unpack.unp_count = var_count; in generate_UNPACK()