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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl3813 subroutine, C<delete_action>.
3825 # Call delete_action with a null param to delete them all.
3827 # if delete_action blows up for some reason, in which case
3830 eval { &delete_action(); 1 } or print $OUT $@ and return;
3833 # There's a real line number. Pass it to delete_action.
3836 eval { &delete_action($1); 1 } or print $OUT $@ and return;
3847 =head3 C<delete_action> (API)
3849 C<delete_action> accepts either a line number or C<undef>. If a line number
3856 sub delete_action { subroutine
3883 } ## end sub delete_action
[all...]

Completed in 21 milliseconds