GNU PROLOG with UTF8 support
Functions | Variables
callinf_supp.c File Reference
#include "engine_pl.h"
#include "bips_pl.h"
Include dependency graph for callinf_supp.c:

Functions

void Pl_Save_Call_Info_3 (WamWord func_word, WamWord arity_word, WamWord debug_call_word)
 
void Pl_Load_Call_Info_Arg_1 (WamWord arg_no_word)
 
void Pl_Call_Info_Bip_Name_1 (WamWord call_info_word)
 

Variables

static int save_call_info
 

Function Documentation

void Pl_Call_Info_Bip_Name_1 ( WamWord  call_info_word)

Here is the call graph for this function:

Here is the caller graph for this function:

void Pl_Load_Call_Info_Arg_1 ( WamWord  arg_no_word)

Here is the call graph for this function:

void Pl_Save_Call_Info_3 ( WamWord  func_word,
WamWord  arity_word,
WamWord  debug_call_word 
)

Here is the call graph for this function:

Variable Documentation

int save_call_info
static