Searched refs:maybe_targmy (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm1030 sub maybe_targmy { subroutine
1469 sub pp_wait { maybe_targmy(@_, \&baseop, "wait") }
1470 sub pp_getppid { maybe_targmy(@_, \&baseop, "getppid") }
1471 sub pp_time { maybe_targmy(@_, \&baseop, "time") }
1505 sub pp_postinc { maybe_targmy(@_, \&pfixop, "++", 23, POSTFIX) }
1506 sub pp_postdec { maybe_targmy(@_, \&pfixop, "--", 23, POSTFIX) }
1509 sub pp_i_postinc { maybe_targmy(@_, \&pfixop, "++", 23, POSTFIX) }
1510 sub pp_i_postdec { maybe_targmy(@_, \&pfixop, "--", 23, POSTFIX) }
1511 sub pp_complement { maybe_targmy(@_, \&pfixop, "~", 21) }
1513 sub pp_negate { maybe_targmy(
[all...]

Completed in 33 milliseconds