Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h310 type_T *sref_type; // type of the variable when compiled member
H A Dvim9execute.c1348 if (!equal_type(sv->sv_type, sref->sref_type, 0)) in get_script_svar()
H A Dvim9compile.c1589 sref->sref_type = type; in generate_VIM9SCRIPT()