Home
last modified time | relevance | path

Searched refs:pp_add (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dpp_proto.h11 PERL_CALLCONV PP(pp_add) __attribute__visibility__("hidden");
Dpp_hot.c1814 PP(pp_add) in PP() argument
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlinterp.pod575 seen: we have the C<add> op (C<pp_add>, also in F<pp_hot.c>) add
885 1 PP(pp_add)
Dperlhacktips.pod1300 What about C<pp_add>, the function we examined earlier to implement the
1306 Notice we use C<Perl_pp_add> and not C<pp_add> - see
Dperlguts.pod4602 PP_wrapped(pp_add, 2, 0); /* consumes two args off the stack */
4667 pp_add() function might look something like:
4669 PP(pp_add)
4729 reference count adjusted at that point. With the new API, the pp_add()
4939 see pp_add() for an example.
/openbsd/src/gnu/usr.bin/perl/lib/B/
DDeparse.pm3097 sub pp_add { maybe_targmy(@_, \&binop, "+", 18, ASSIGN) } subroutine