Lines Matching refs:within_dictionary
136 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
910 if ((acf_t)_ALIGN(acf, token_t) == acf && within_dictionary(env, acf)) { in acf_backup_search()