|
static void | G_Assign (WamWord gvar_word, WamWord gval_word, Bool backtrack, Bool copy) |
|
static void | G_Assign_Element (GVarElt *g_elem, WamWord gval_word, Bool backtrack, Bool copy) |
|
static void | G_Assign_Arg (GVarElt *g_elem, WamWord *g_arg, WamWord word) |
|
static void | G_Assign_Array (GVarElt *g_elem, WamWord *stc_adr, int array_op, Bool backtrack, Bool copy) |
|
static GVarElt * | G_Alloc_Array (GVarElt *g_elem, int new_size, Bool backtrack) |
|
static GTarget * | Get_Target_From_Gvar (WamWord gvar_word) |
|
static GTarget * | Get_Target_From_Selector (WamWord *stc_adr) |
|
static WamWord * | Get_Term_Addr_From_Target (GTarget *gt) |
|
static WamWord * | Get_Int_Addr_From_Gvar (WamWord gvar_word) |
|
static PlLong | Get_Int_From_Gvar (WamWord gvar_word) |
|
static PlLong | Get_Int_From_Word (WamWord start_word) |
|
static void | G_Free_Element (GVarElt *g_elem, Bool reinit_undo) |
|
static void | G_Copy_Element (GVarElt *dst_g_elem, GVarElt *src_g_elem) |
|
static void | G_Trail_For_Backtrack (GVarElt *g_elem, int save_size, WamWord save_val) |
|
static void | G_Untrail (int n, WamWord *arg_frame) |
|
static Bool | G_Read (WamWord gvar_word, WamWord gval_word) |
|
static Bool | G_Read_Element (GVarElt *g_elem, WamWord gval_word) |
|
static Bool | G_Array_Size (WamWord gvar_word, WamWord size_word) |
|
static Bool | G_Inc_Dec (WamWord gvar_word, int inc, WamWord old_word, WamWord new_word) |
|
static void | G_Set_Bit (WamWord gvar_word, WamWord bit_word) |
|
static void | G_Reset_Bit (WamWord gvar_word, WamWord bit_word) |
|
static Bool | G_Test_Set_Bit (WamWord gvar_word, WamWord bit_word) |
|
static Bool | G_Test_Reset_Bit (WamWord gvar_word, WamWord bit_word) |
|
static void | G_Var_Initializer (void) |
|
void FC | Pl_Blt_G_Assign (WamWord x, WamWord y) |
|
void FC | Pl_Blt_G_Assignb (WamWord x, WamWord y) |
|
void FC | Pl_Blt_G_Link (WamWord x, WamWord y) |
|
Bool FC | Pl_Blt_G_Read (WamWord x, WamWord y) |
|
Bool FC | Pl_Blt_G_Array_Size (WamWord x, WamWord y) |
|
void FC | Pl_Blt_G_Inc (WamWord x) |
|
Bool FC | Pl_Blt_G_Inco (WamWord x, WamWord y) |
|
Bool FC | Pl_Blt_G_Inc_2 (WamWord x, WamWord y) |
|
Bool FC | Pl_Blt_G_Inc_3 (WamWord x, WamWord y, WamWord z) |
|
void FC | Pl_Blt_G_Dec (WamWord x) |
|
Bool FC | Pl_Blt_G_Deco (WamWord x, WamWord y) |
|
Bool FC | Pl_Blt_G_Dec_2 (WamWord x, WamWord y) |
|
Bool FC | Pl_Blt_G_Dec_3 (WamWord x, WamWord y, WamWord z) |
|
void FC | Pl_Blt_G_Set_Bit (WamWord x, WamWord y) |
|
void FC | Pl_Blt_G_Reset_Bit (WamWord x, WamWord y) |
|
Bool FC | Pl_Blt_G_Test_Set_Bit (WamWord x, WamWord y) |
|
Bool FC | Pl_Blt_G_Test_Reset_Bit (WamWord x, WamWord y) |
|