Home
last modified time | relevance | path

Searched refs:perform_action (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/efcode/engine/
H A Dactions.c268 perform_action(fcode_env_t *env) in perform_action() function
345 perform_action(env); in do_get()
352 perform_action(env); in do_set()
359 perform_action(env); in do_addr()
397 FORTH(0, "perform-action", perform_action); in _init()
H A Dinteractive.c301 perform_action(env); in action_one()
/titanic_41/usr/src/cmd/zinject/
H A Dzinject.c533 perform_action(const char *pool, zinject_record_t *record, int cmd) in perform_action() function
847 return (perform_action(pool, &record, action)); in main()
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dproto.h384 FNPROTO(perform_action);