Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dstructs.h2007 typedef struct funcstack_S struct
2009 garray_T fs_ga; // contains the stack, with:
2013 int fs_var_offset; // count of arguments + frame size == offset to
2016 int fs_refcount; // nr of closures referencing this funcstack
2017 int fs_min_refcount; // nr of closures on this funcstack
2018 int fs_copyID; // for garray_T collection