Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/ext/B/B/
DCC.pm963 sub pp_add { numeric_binop($_[0], $plus_op) }
DDeparse.pm1967 sub pp_add { maybe_targmy(@_, \&binop, "+", 18, ASSIGN) } subroutine
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlhack.pod1190 seen: we have the C<add> op (C<pp_add> also in F<pp_hot.c>) add together
1427 1 PP(pp_add)
1594 What about C<pp_add>, the function we examined earlier to implement the
1600 Notice we use C<Perl_pp_add> and not C<pp_add> - see L<perlguts/Internal Functions>.
/mirbsd/src/gnu/usr.bin/perl/
Dpp_hot.c343 PP(pp_add) in PP() argument
Dembed.h1758 #define pp_add Perl_pp_add macro
3800 #define pp_add() Perl_pp_add(aTHX) macro