|
static SwtInf * | Locate_Swt_Element (SwtTbl t, int size, PlLong key) |
|
WamWord FC | Pl_Create_Functor_Arity_Tagged (char *func_str, int arity) |
|
SwtTbl FC | Pl_Create_Swt_Table (int size) |
|
void FC | Pl_Create_Swt_Atm_Element (SwtTbl t, int size, int atom, CodePtr codep) |
|
void FC | Pl_Create_Swt_Stc_Element (SwtTbl t, int size, int func, int arity, CodePtr codep) |
|
Bool FC | Pl_Get_Atom_Tagged (WamWord w, WamWord start_word) |
|
Bool FC | Pl_Get_Atom (int atom, WamWord start_word) |
|
Bool FC | Pl_Get_Integer_Tagged (WamWord w, WamWord start_word) |
|
Bool FC | Pl_Get_Integer (PlLong n, WamWord start_word) |
|
Bool FC | Pl_Get_Float (double n, WamWord start_word) |
|
Bool FC | Pl_Get_Nil (WamWord start_word) |
|
Bool FC | Pl_Get_List (WamWord start_word) |
|
Bool FC | Pl_Get_Structure_Tagged (WamWord w, WamWord start_word) |
|
Bool FC | Pl_Get_Structure (int func, int arity, WamWord start_word) |
|
WamWord FC | Pl_Put_X_Variable (void) |
|
WamWord FC | Pl_Put_Y_Variable (WamWord *y_adr) |
|
WamWord FC | Pl_Put_Unsafe_Value (WamWord start_word) |
|
WamWord FC | Pl_Put_Atom_Tagged (WamWord w) |
|
WamWord FC | Pl_Put_Atom (int atom) |
|
WamWord FC | Pl_Put_Integer_Tagged (WamWord w) |
|
WamWord FC | Pl_Put_Integer (PlLong n) |
|
WamWord FC | Pl_Put_Float (double n) |
|
WamWord FC | Pl_Put_Nil (void) |
|
WamWord FC | Pl_Put_List (void) |
|
WamWord FC | Pl_Put_Structure_Tagged (WamWord w) |
|
WamWord FC | Pl_Put_Structure (int func, int arity) |
|
WamWord FC | Pl_Unify_Variable (void) |
|
void FC | Pl_Unify_Void (int n) |
|
Bool FC | Pl_Unify_Value (WamWord start_word) |
|
Bool FC | Pl_Unify_Local_Value (WamWord start_word) |
|
Bool FC | Pl_Unify_Atom_Tagged (WamWord w) |
|
Bool FC | Pl_Unify_Atom (int atom) |
|
Bool FC | Pl_Unify_Integer_Tagged (WamWord w) |
|
Bool FC | Pl_Unify_Integer (PlLong n) |
|
Bool FC | Pl_Unify_Nil (void) |
|
Bool FC | Pl_Unify_List (void) |
|
Bool FC | Pl_Unify_Structure_Tagged (WamWord w) |
|
Bool FC | Pl_Unify_Structure (int func, int arity) |
|
WamWord FC | Pl_Globalize_If_In_Local (WamWord start_word) |
|
void FC | Pl_Allocate (int n) |
|
void FC | Pl_Deallocate (void) |
|
CodePtr FC | Pl_Switch_On_Term (CodePtr c_var, CodePtr c_atm, CodePtr c_int, CodePtr c_lst, CodePtr c_stc) |
|
CodePtr FC | Pl_Switch_On_Term_Var_Atm (CodePtr c_var, CodePtr c_atm) |
|
CodePtr FC | Pl_Switch_On_Term_Var_Stc (CodePtr c_var, CodePtr c_stc) |
|
CodePtr FC | Pl_Switch_On_Term_Var_Atm_Lst (CodePtr c_var, CodePtr c_atm, CodePtr c_lst) |
|
CodePtr FC | Pl_Switch_On_Term_Var_Atm_Stc (CodePtr c_var, CodePtr c_atm, CodePtr c_stc) |
|
CodePtr FC | Pl_Switch_On_Atom (SwtTbl t, int size) |
|
PlLong FC | Pl_Switch_On_Integer (void) |
|
CodePtr FC | Pl_Switch_On_Structure (SwtTbl t, int size) |
|
WamWord FC | Pl_Get_Current_Choice (void) |
|
void FC | Pl_Cut (WamWord b_word) |
|
void FC | Pl_Soft_Cut (WamWord b_word) |
|
void FC | Pl_Global_Push_Float (double n) |
|
double FC | Pl_Obtain_Float (WamWord *adr) |
|
void FC | Pl_Create_Choice_Point (CodePtr codep_alt, int arity) |
|
void FC | Pl_Create_Choice_Point0 (CodePtr codep_alt) |
|
void FC | Pl_Create_Choice_Point1 (CodePtr codep_alt) |
|
void FC | Pl_Create_Choice_Point2 (CodePtr codep_alt) |
|
void FC | Pl_Create_Choice_Point3 (CodePtr codep_alt) |
|
void FC | Pl_Create_Choice_Point4 (CodePtr codep_alt) |
|
void FC | Pl_Update_Choice_Point (CodePtr codep_alt, int arity) |
|
void FC | Pl_Update_Choice_Point0 (CodePtr codep_alt) |
|
void FC | Pl_Update_Choice_Point1 (CodePtr codep_alt) |
|
void FC | Pl_Update_Choice_Point2 (CodePtr codep_alt) |
|
void FC | Pl_Update_Choice_Point3 (CodePtr codep_alt) |
|
void FC | Pl_Update_Choice_Point4 (CodePtr codep_alt) |
|
void FC | Pl_Delete_Choice_Point (int arity) |
|
void FC | Pl_Delete_Choice_Point0 (void) |
|
void FC | Pl_Delete_Choice_Point1 (void) |
|
void FC | Pl_Delete_Choice_Point2 (void) |
|
void FC | Pl_Delete_Choice_Point3 (void) |
|
void FC | Pl_Delete_Choice_Point4 (void) |
|
void | Pl_Defeasible_Open () |
|
void | Pl_Defeasible_Undo () |
|
void | Pl_Defeasible_Close (Bool success) |
|
void FC | Pl_Untrail (WamWord *low_adr) |
|