Searched defs:cxstack (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dcop.h331 #define PUSHBLOCK(cx,t,sp) CXINC, cx = &cxstack[cxstack_ix], \
344 #define POPBLOCK(cx,pm) cx = &cxstack[cxstack_ix--], \
357 #define TOPBLOCK(cx) cx = &cxstack[cxstack_ix], \
397 #define PUSHSUBST(cx) CXINC, cx = &cxstack[cxstack_ix], \
415 #define POPSUBST(cx) cx = &cxstack[cxstack_ix--]; \
539 #define cxstack (PL_curstackinfo->si_cxstack) macro

Completed in 27 milliseconds