Home
last modified time | relevance | path

Searched refs:hash_table_p (Results 1 – 7 of 7) sorted by relevance

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dspvw_debug.d185 } else if (hash_table_p(obj)) { in nobject_out1()
H A Dpredtype.d1043 if (!hash_table_p(obj2)) return false; in equalp()
1280 LISPFUNNF(hash_table_p,1)
1282 VALUES_IF(hash_table_p(STACK_0)); skipSTACK(1);
H A Dsubr.d900 LISPFUNNF(hash_table_p,1)
H A Dhashtabl.d2231 while (!hash_table_p(obj)) { in check_hashtable()
H A Dconstsym.d731 LISPSYM(hash_table_p,"HASH-TABLE-P",lisp)
H A Deval.d115 _(hash_table_p), _(pathnamep), _(logical_pathname_p), _(characterp),
H A Dlispbibl.d10682 #define hash_table_p(obj) \ macro