Searched refs:pp_add (Results 1 – 5 of 5) sorted by relevance
963 sub pp_add { numeric_binop($_[0], $plus_op) }
1967 sub pp_add { maybe_targmy(@_, \&binop, "+", 18, ASSIGN) } subroutine
1190 seen: we have the C<add> op (C<pp_add> also in F<pp_hot.c>) add together1427 1 PP(pp_add)1594 What about C<pp_add>, the function we examined earlier to implement the1600 Notice we use C<Perl_pp_add> and not C<pp_add> - see L<perlguts/Internal Functions>.
343 PP(pp_add) in PP() argument
1758 #define pp_add Perl_pp_add macro3800 #define pp_add() Perl_pp_add(aTHX) macro