X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/875ca36f3bad1dcbb9024c8db31c337e1dd09100..63f27fd71dd22aa00021eb1e4fde4faa55ec9524:/embed.fnc diff --git a/embed.fnc b/embed.fnc index 089cd43..f48d8ce 100644 --- a/embed.fnc +++ b/embed.fnc @@ -263,6 +263,9 @@ Afnp |void |sv_setpvf_mg_nocontext|NN SV *const sv|NN const char *const pat|... Afnp |int |fprintf_nocontext|NN PerlIO *stream|NN const char *format|... Afnp |int |printf_nocontext|NN const char *format|... #endif +: Used in pp.c +p |SV * |core_prototype |NULLOK SV *sv|NN const char *name \ + |const STRLEN len|const bool croak : Used in sv.c p |void |cv_ckproto_len |NN const CV* cv|NULLOK const GV* gv\ |NULLOK const char* p|const STRLEN len @@ -755,8 +758,10 @@ Ap |I32 |mg_size |NN SV* sv Ap |void |mini_mktime |NN struct tm *ptm AMmd |OP* |op_lvalue |NULLOK OP* o|I32 type poX |OP* |op_lvalue_flags|NULLOK OP* o|I32 type|U32 flags -: To be removed after 5.14 (see [perl #78908]): -EXp |OP* |mod |NULLOK OP* o|I32 type +p |void |finalize_optree |NN OP* o +#if defined(PERL_IN_OP_C) +s |void |finalize_op |NN OP* o +#endif : Used in op.c and pp_sys.c p |int |mode_from_discipline|NULLOK const char* s|STRLEN len Ap |const char* |moreswitches |NN const char* s @@ -1302,10 +1307,10 @@ EiM |void |invlist_iterinit|NN SV* invlist EsMR |bool |invlist_iternext|NN SV* invlist|NN UV* start|NN UV* end #endif #if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_UTF8_C) -EpM |void |_invlist_intersection |NN SV* const a|NN SV* const b|NN SV** i -EpM |void |_invlist_union |NN SV* const a|NN SV* const b|NN SV** output -EpM |void |_invlist_subtract|NN SV* const a|NN SV* const b|NN SV** result -EpM |void |_invlist_invert|NN SV* const invlist +EXpM |void |_invlist_intersection |NN SV* const a|NN SV* const b|NN SV** i +EXpM |void |_invlist_union |NN SV* const a|NN SV* const b|NN SV** output +EXpM |void |_invlist_subtract|NN SV* const a|NN SV* const b|NN SV** result +EXpM |void |_invlist_invert|NN SV* const invlist EXMpR |HV* |_swash_inversion_hash |NN SV* const swash EXMpR |SV* |_new_invlist |IV initial_size EXMpR |SV* |_swash_to_invlist |NN SV* const swash @@ -1627,7 +1632,7 @@ sR |OP* |search_const |NN OP *o sR |OP* |new_logop |I32 type|I32 flags|NN OP **firstp|NN OP **otherp s |void |simplify_sort |NN OP *o s |const char* |gv_ename |NN GV *gv -sRn |bool |scalar_mod_type|NN const OP *o|I32 type +sRn |bool |scalar_mod_type|NULLOK const OP *o|I32 type s |OP * |my_kid |NULLOK OP *o|NULLOK OP *attrs|NN OP **imopsp s |OP * |dup_attrlist |NN OP *o s |void |apply_attrs |NN HV *stash|NN SV *target|NULLOK OP *attrs|bool for_my