Searched defs:funcstack_S (Results 1 – 1 of 1) sorted by relevance
2007 typedef struct funcstack_S struct2009 garray_T fs_ga; // contains the stack, with:2013 int fs_var_offset; // count of arguments + frame size == offset to2016 int fs_refcount; // nr of closures referencing this funcstack2017 int fs_min_refcount; // nr of closures on this funcstack2018 int fs_copyID; // for garray_T collection