Home
last modified time | relevance | path

Searched refs:within_dictionary (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/efcode/engine/
H A Ddebug.c136 if (!within_dictionary(env, acf)) in add_debug_acf()
152 if (!within_dictionary(env, acf)) { in paren_debug()
384 if (!within_dictionary(env, acf)) in is_debug_word()
415 for (; within_dictionary(env, acf); acf++) in find_semi_in_colon_def()
571 if (*dptr && !within_dictionary(env, (uchar_t *)*dptr)) in check_vitals()
578 if (*dptr && !within_dictionary(env, (uchar_t *)*dptr)) in check_vitals()
592 if (IP && !within_dictionary(env, IP)) in check_vitals()
594 if (!within_dictionary(env, (void *)env->forth_voc_link)) in check_vitals()
870 if (!within_dictionary(env, acf)) { in acf_to_name()
879 within_dictionary(fcode_env_t *env, void *addr) in within_dictionary() function
[all …]
/titanic_50/usr/src/lib/efcode/include/fcode/
H A Dproto.h247 int within_dictionary(fcode_env_t *, void *);