Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dcop.h1253 struct stackinfo { struct
1256 struct stackinfo * si_prev; argument
1257 struct stackinfo * si_next; argument
1258 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