Home
last modified time | relevance | path

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

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dspvw_circ_old.d540 case Rectype_Hashtable: in get_circ_mark()
899 case Rectype_Hashtable: in get_circ_mark()
1138 case Rectype_Hashtable: in get_circ_unmark()
1343 if (Record_type(obj) == Rectype_Hashtable) /* a hash-table? */ in subst_circ_mark()
1738 if (Record_type(obj) == Rectype_Hashtable) /* a Hash-Table ? */ in subst_circ_mark()
H A Dspvw_circ.d781 case Rectype_Hashtable: in get_circ_mark()
1166 case Rectype_Hashtable: in get_circ_mark()
1405 case Rectype_Hashtable: in get_circ_unmark()
1626 if (Record_type(obj) == Rectype_Hashtable) /* a hash-table? */ in subst_circ_mark()
2047 if (Record_type(obj) == Rectype_Hashtable) /* a Hash-Table ? */ in subst_circ_mark()
H A Dspvw_update.d137 record_type((Record)ptr) == Rectype_Hashtable) { \
H A Dpredtype.d1042 case Rectype_Hashtable: in equalp()
1603 case Rectype_Hashtable: /* Hash-Table */
1923 case Rectype_Hashtable: /* Hash-Table */
2902 case Rectype_Hashtable: /* Hash-Table */ in heap_statistics_mapper()
H A Dlispbibl.d7497 Rectype_Hashtable = rectype_limit, enumerator
7498 %% printf("#define Rectype_Hashtable %d\n",Rectype_Hashtable);
10683 (orecordp(obj) && (Record_type(obj) == Rectype_Hashtable))
13003 allocate_xrecord(0,Rectype_Hashtable,hashtable_length,hashtable_xlength, \
H A Dio.d8753 case Rectype_Hashtable: in pr_orecord()