Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/efcode/engine/
H A Ddebug.c209 for (j = 0; j < norder && order[j] != (token_t *)&env->forth_voc_link; in order_to_dict_list()
213 order[norder++] = (token_t *)&env->forth_voc_link; in order_to_dict_list()
594 if (!within_dictionary(env, (void *)env->forth_voc_link)) in check_vitals()
596 " dictionary\n", env->forth_voc_link); in check_vitals()
H A Dforth.c2167 CONTEXT = (token_t *)(&env->forth_voc_link); in do_forth()
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dengine.h191 token_t *forth_voc_link; /* Storage location for 'forth' voc */ member