Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 7 additions & 11 deletions embed.fnc
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ Adpr |OP * |die_sv |NN SV *baseex
: Used in util.c
pr |void |die_unwind |NN SV *msv
: FIXME
mp |bool |do_aexec |NULLOK SV *really \
m |bool |do_aexec |NULLOK SV *really \
|NN SV **mark \
|NN SV **sp
: Used in pp_sys.c
Expand Down Expand Up @@ -1699,9 +1699,6 @@ Ampx |SV ** |hv_store_flags |NULLOK HV *hv \
|NULLOK SV *val \
|U32 hash \
|int flags
Admp |SV ** |hv_stores |NULLOK HV *hv \
|"key" \
|NULLOK SV *val
Admp |void |hv_undef |NULLOK HV *hv
Xop |void |hv_undef_flags |NULLOK HV *hv \
|U32 flags
Expand Down Expand Up @@ -2210,7 +2207,7 @@ Adpr |void |my_exit |U32 status
Adpr |void |my_failure_exit
Cdp |I32 |my_fflush_all
CTdp |Pid_t |my_fork
mp |I32 |my_lstat
m |I32 |my_lstat
Xp |I32 |my_lstat_flags |NULLOK const U32 flags
RTop |int |my_mkostemp_cloexec \
|NN char *templte \
Expand All @@ -2231,7 +2228,7 @@ CTdp |int |my_socketpair |int family \
|int type \
|int protocol \
|int fd[2]
mp |I32 |my_stat
m |I32 |my_stat
Xp |I32 |my_stat_flags |NULLOK const U32 flags
p |const char *|my_strerror \
|const int errnum \
Expand Down Expand Up @@ -2692,8 +2689,7 @@ CTp |Signal_t|perly_sighandler \
|NULLOK void *uap \
|bool safe

Admp |const char * const|phase_name \
|enum perl_phase
Admp |const char *|phase_name|enum perl_phase phase
Adp |void |pmop_dump |NULLOK PMOP *pm
: Used in perly.y
p |OP * |pmruntime |NN OP *o \
Expand Down Expand Up @@ -4496,7 +4492,7 @@ ERXp |SV * |add_range_to_invlist_ \
|NULLOK SV *invlist \
|UV start \
|UV end
m |void |invlist_intersection_ \
Em |void |invlist_intersection_ \
|NN SV * const a \
|NN SV * const b \
|NN SV **i
Expand All @@ -4506,11 +4502,11 @@ EXp |void |invlist_intersection_maybe_complement_2nd_ \
|const bool complement_b \
|NN SV **i
EXp |void |invlist_invert_|NN SV * const invlist
m |void |invlist_subtract_ \
Em |void |invlist_subtract_ \
|NN SV * const a \
|NN SV * const b \
|NN SV **result
m |void |invlist_union_ |NULLOK SV * const a \
Em |void |invlist_union_ |NULLOK SV * const a \
|NN SV * const b \
|NN SV **output
EXp |void |invlist_union_maybe_complement_2nd_ \
Expand Down
Loading
Loading