Searched refs:within_dictionary (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/efcode/engine/ |
H A D | debug.c | 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_ function [all...] |
/osnet-11/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 247 int within_dictionary(fcode_env_t *, void *);
|
Completed in 18 milliseconds