Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c92 struct scope_S { struct
93 scope_T *se_outer; // scope containing this one
94 scopetype_T se_type;
95 int se_local_count; // ctx_locals.ga_len before scope
96 skip_T se_skip_save; // ctx_skip before the block
97 union {
102 } se_u;