Home
last modified time | relevance | path

Searched refs:clone_environment (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dpublic.h50 fcode_env_t *clone_environment(fcode_env_t *, void *);
/titanic_41/usr/src/lib/efcode/extend/
H A Dfthread.c45 new = clone_environment(cenv, NULL); in do_clone()
/titanic_41/usr/src/lib/efcode/engine/
H A Dtracing.c181 new_env = clone_environment(env, NULL); in do_fclib_step()
H A Dinterface.c196 clone_environment(fcode_env_t *src, void *private) in clone_environment() function
/titanic_41/usr/src/lib/efcode/interpreter/
H A Dinterpreter.c109 env = fc_env = clone_environment(NULL, &common); in main()