summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2022-12-07 13:01:28 +0000
committerPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2023-02-10 12:07:02 +0000
commitb40895ae558e0aff0c347785dafeaaff40a01801 (patch)
tree24173cae7e77cd69d260a1f39a7d6ccddb3cfc4f /embed.fnc
parent5d4d8b9fa5103e3bd911bb1ab9e94eb6d8e0ff28 (diff)
downloadperl-b40895ae558e0aff0c347785dafeaaff40a01801.tar.gz
Define the concept of a suspended compcv
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc7
1 files changed, 7 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index cfbea3ac13..120a02ca70 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2405,6 +2405,13 @@ Apd |OP * |apply_builtin_cv_attributes \
|NULLOK OP *attrlist
Xp |void |init_named_cv |NN CV *cv \
|NN OP *nameop
+Apd |void |suspend_compcv |NN struct suspended_compcv *buffer
+AMp |void |resume_compcv |NN struct suspended_compcv *buffer \
+ |bool save
+md |void |resume_compcv_and_save \
+ |NN struct suspended_compcv *buffer
+md |void |resume_compcv_final \
+ |NN struct suspended_compcv *buffer
: Used in pp_ctl.c
p |void |sub_crush_depth|NN CV *cv
CpbMd |bool |sv_2bool |NN SV * const sv