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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDB.t387 # test DB::set_action()
397 DB->set_action(2, 'def');
399 'DB::set_action() should replace existing action' );
400 DB->set_action(3, '');
404 DB::set_action($db, 'abadsubname');
408 DB::set_action($db, 1);
H A DDB.pm454 sub set_action { subroutine
588 CLIENT->set_action(WHERE,ACTION)
/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.c2281 void (*set_action)(fcode_env_t *env, int))
2312 if (set_action)
2313 set_action(env, instance_mode);

Completed in 21 milliseconds