Searched refs:forth_voc_link (Results 1 – 3 of 3) sorted by relevance
209 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()
2167 CONTEXT = (token_t *)(&env->forth_voc_link); in do_forth()
191 token_t *forth_voc_link; /* Storage location for 'forth' voc */ member