Searched refs:LINK_TO_ACF (Results 1 – 7 of 7) sorted by relevance
132 f_error_addr = LINK_TO_ACF(env->lastlink); in _init()
251 dptr = (acf_t *)LINK_TO_ACF(env->lastlink); in install_actions()
93 LINK_TO_ACF(env->lastlink), name, env->current); in expose_acf()307 add_debug_acf(env, LINK_TO_ACF(env->lastlink)); in header()
2024 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()
231 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()
270 SET_TOKEN(token, 0, name, LINK_TO_ACF(env->lastlink)); in create_internal_value()
279 #define LINK_TO_ACF(x) (((token_t *)(x))+1) macro