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

/openbsd-current/gnu/usr.bin/perl/lib/
H A DDB.t469 # test DB::prestop()
470 ok( ! defined DB::prestop('test'),
471 'DB::prestop() should return undef for undef value' );
472 DB::prestop('test', 897);
473 is( DB::prestop('test'), 897, '... should return value when set' );
477 'DB::prestop() should return undef for undef value' );
H A DDB.pm118 &eval if ($evalarg = DB->prestop);
121 # perform any client-specific prestop actions
485 sub prestop { subroutine
581 CLIENT->prestop([STRING]) # execute in code context before stopping
754 =item CLIENT->prestop([STRING])
757 returns the prestop action string.

Completed in 170 milliseconds