Searched defs:scope_S (Results 1 – 1 of 1) sorted by relevance
92 struct scope_S { struct93 scope_T *se_outer; // scope containing this one94 scopetype_T se_type;95 int se_local_count; // ctx_locals.ga_len before scope96 skip_T se_skip_save; // ctx_skip before the block97 union {102 } se_u;