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

/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h191 token_t *forth_voc_link; /* Storage location for 'forth' voc */ member in struct:FCODE_ENV
/illumos-gate/usr/src/lib/efcode/engine/
H A Ddebug.c209 for (j = 0; j < norder && order[j] != (token_t *)&env->forth_voc_link;
213 order[norder++] = (token_t *)&env->forth_voc_link;
594 if (!within_dictionary(env, (void *)env->forth_voc_link))
595 log_message(MSG_ERROR, "forth_voc_link: %p outside"
596 " dictionary\n", env->forth_voc_link);
H A Dforth.c2167 CONTEXT = (token_t *)(&env->forth_voc_link);

Completed in 69 milliseconds