|
static void | Copy_Term_Rec (WamWord *dst_adr, WamWord *src_adr, WamWord **p) |
|
static Bool | Term_Hash (WamWord start_word, PlLong depth, unsigned *hash) |
|
static Bool | Term_Hash_Rec (WamWord start_word, PlLong depth, HashIncrInfo *hi) |
|
PlLong | Pl_Term_Compare (WamWord start_u_word, WamWord start_v_word) |
|
Bool | Pl_Treat_Vars_Of_Term (WamWord start_word, Bool generic_var, Bool(*fct)()) |
|
int | Pl_List_Length (WamWord start_word) |
|
int | Pl_Term_Size (WamWord start_word) |
|
void | Pl_Copy_Term (WamWord *dst_adr, WamWord *src_adr) |
|
void | Pl_Copy_Contiguous_Term (WamWord *dst_adr, WamWord *src_adr) |
|
Bool | Pl_Acyclic_Term_1 (WamWord start_word) |
|
Bool | Pl_Term_Hash_4 (WamWord start_word, WamWord depth_word, WamWord range_word, WamWord hash_word) |
|
Bool | Pl_Term_Hash_2 (WamWord start_word, WamWord hash_word) |
|
int | Pl_Get_Pred_Indicator (WamWord pred_indic_word, Bool must_be_ground, int *arity) |
|
Bool | Pl_Get_Pred_Indic_3 (WamWord pred_indic_word, WamWord func_word, WamWord arity_word) |
|