Home
last modified time | relevance | path

Searched refs:FICL_WORD_P (Results 1 – 6 of 6) sorted by relevance

/dports/lang/fth/fth-1.4.1/src/
H A Dproc.c275 if (FICL_WORD_P(func)) in make_procedure()
304 if (word != NULL && FICL_WORD_P(word)) { in fth_make_proc()
450 if (FICL_WORD_P(obj)) { in fth_proc_name()
470 if (FICL_WORD_P(proc)) { in ficl_proc_name()
516 if (FICL_WORD_P(proc)) in fth_proc_to_xt()
532 if (FICL_WORD_P(proc)) in ficl_proc_to_xt()
889 if (!FICL_WORD_P(obj)) { in ficl_set_xt()
890 FTH_ASSERT_ARGS(FICL_WORD_P(obj), obj, FTH_ARG1, in ficl_set_xt()
929 if (!FICL_WORD_P(obj)) { in ficl_set_execute()
930 FTH_ASSERT_ARGS(FICL_WORD_P(obj), obj, FTH_ARG1, in ficl_set_execute()
[all …]
H A Dhook.c521 if (FICL_WORD_P(proc_or_name)) { in fth_remove_hook()
546 if (FICL_WORD_P(proc_or_name)) { in fth_hook_member_p()
H A Dfth.h325 #define FICL_WORD_P(Obj) \ macro
H A Dmisc.c1886 FTH_ASSERT_ARGS(FICL_WORD_P(prc), prc, FTH_ARG1, "a proc or an xt"); in ficl_catch()
1933 if (FICL_WORD_P(arg)) { in ficl_catch()
H A Dobject.c348 if (FICL_WORD_P(word)) in fth_set_backtrace()
/dports/lang/fth/fth-1.4.1/ficl/
H A Ddictionary.c790 if (FICL_WORD_P(word)) in ficlDictionarySee()