Lines Matching refs:within_dictionary
132 if (!within_dictionary(env, acf))
148 if (!within_dictionary(env, acf)) {
380 if (!within_dictionary(env, acf))
411 for (; within_dictionary(env, acf); acf++)
567 if (*dptr && !within_dictionary(env, (uchar_t *)*dptr))
574 if (*dptr && !within_dictionary(env, (uchar_t *)*dptr))
588 if (IP && !within_dictionary(env, IP))
590 if (!within_dictionary(env, (void *)env->forth_voc_link))
866 if (!within_dictionary(env, acf)) {
875 within_dictionary(fcode_env_t *env, void *addr)
906 if ((acf_t)_ALIGN(acf, token_t) == acf && within_dictionary(env, acf)) {