Searched defs:stackinfo (Results 1 – 1 of 1) sorted by relevance
1253 struct stackinfo { struct1256 struct stackinfo * si_prev; argument1257 struct stackinfo * si_next; argument1258 I32 si_cxix; /* current context index */1259 I32 si_cxmax; /* maximum allocated index */1260 I32 si_cxsubix; /* topmost sub/eval/format */1284 Use this typedef to declare variables that are to hold C<struct stackinfo>. argument