Home
last modified time | relevance | path

Searched refs:do_default_action (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/efcode/engine/
H A Dactions.c184 if (p[0] == (token_t)&do_default_action) { in run_action()
198 do_default_action(fcode_env_t *env) in do_default_action() function
235 *d++ = (token_t)&do_default_action; in actions()
H A Dforth.c2345 if ((token & 1) == 0 || *contents_xt != (token_t)&do_default_action) in behavior()
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dproto.h278 void do_default_action(fcode_env_t *env);