Home
last modified time | relevance | path

Searched refs:action_ptr (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/efcode/engine/
H A Dactions.c221 env->action_ptr[env->action_count] = (token_t)HERE; in action_colon()
240 env->action_ptr = d; in actions()
263 install_actions(env, env->action_ptr); in use_actions()
386 value_actions[i] = env->action_ptr; in _init()
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dengine.h213 token_t *action_ptr; member