Home
last modified time | relevance | path

Searched refs:LINK_TO_ACF (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/efcode/engine/
H A Dinit.c132 f_error_addr = LINK_TO_ACF(env->lastlink); in _init()
H A Dactions.c251 dptr = (acf_t *)LINK_TO_ACF(env->lastlink); in install_actions()
H A Dfcode.c93 LINK_TO_ACF(env->lastlink), name, env->current); in expose_acf()
307 add_debug_acf(env, LINK_TO_ACF(env->lastlink)); in header()
H A Dforth.c2024 dptr = (token_t *)LINK_TO_ACF(env->lastlink); in install_does()
2042 dptr = (token_t *)LINK_TO_ACF(env->lastlink); in does()
2187 LINK_TO_ACF(dptr)); in voc_find()
2188 return (LINK_TO_ACF(dptr)); in voc_find()
H A Ddebug.c231 if ((acf = (*fn)(env, LINK_TO_ACF(dptr), arg)) != NULL) in search_all_dictionaries()
253 return (acf_to_str(LINK_TO_ACF(dptr))); in get_name_or_acf()
H A Dpackage.c270 SET_TOKEN(token, 0, name, LINK_TO_ACF(env->lastlink)); in create_internal_value()
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dengine.h279 #define LINK_TO_ACF(x) (((token_t *)(x))+1) macro