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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.h357 #define cSVOPx(o) ((SVOP*)o) macro
368 #define cSVOP cSVOPx(PL_op)
379 #define cSVOPo cSVOPx(o)
390 #define kSVOP cSVOPx(kid)
401 # define cSVOPx_sv(v) (cSVOPx(v)->op_sv \
402 ? cSVOPx(v)->op_sv : PAD_SVl((v)->op_targ))
403 # define cSVOPx_svp(v) (cSVOPx(v)->op_sv \
404 ? &cSVOPx(v)->op_sv : &PAD_SVl((v)->op_targ))
406 # define cGVOPx_gv(o) ((GV*)cSVOPx(o)->op_sv)
409 # define cSVOPx_sv(v) (cSVOPx(
[all...]

Completed in 24 milliseconds