GNU PROLOG with UTF8 support
Macros | Functions
pred_supp.c File Reference
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "engine_pl.h"
#include "bips_pl.h"
Include dependency graph for pred_supp.c:

Macros

#define AUX_STR   "_$aux"
 

Functions

char * Pl_Detect_If_Aux_Name (int func)
 
int Pl_Father_Pred_Of_Aux (int func, int *father_arity)
 
int Pl_Pred_Without_Aux (int func, int arity, int *arity1)
 
int Pl_Make_Aux_Name (int func, int arity, int aux_nb)
 
void Pl_Emit_BC_Execute_Wrapper (int func, int arity, PlLong *codep)
 

Macro Definition Documentation

#define AUX_STR   "_$aux"

Function Documentation

char* Pl_Detect_If_Aux_Name ( int  func)

Here is the caller graph for this function:

void Pl_Emit_BC_Execute_Wrapper ( int  func,
int  arity,
PlLong codep 
)

Here is the call graph for this function:

int Pl_Father_Pred_Of_Aux ( int  func,
int *  father_arity 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int Pl_Make_Aux_Name ( int  func,
int  arity,
int  aux_nb 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int Pl_Pred_Without_Aux ( int  func,
int  arity,
int *  arity1 
)

Here is the call graph for this function:

Here is the caller graph for this function: