GNU PROLOG with UTF8 support
Macros | Functions | Variables
write_supp.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define WRITE_QUOTED   1
 
#define WRITE_IGNORE_OP   2
 
#define WRITE_NUMBER_VARS   4
 
#define WRITE_NAME_VARS   8
 
#define WRITE_SPACE_ARGS   16
 
#define WRITE_PORTRAYED   32
 

Functions

void Pl_Write_Term (StmInf *pstm, int depth, int prec, int mask, WamWord *above_H, WamWord term_word)
 
void Pl_Write (WamWord term_word)
 
void Pl_Write_A_Full_Stop (StmInf *pstm)
 
void Pl_Write_A_Char (StmInf *pstm, int c)
 
char * Pl_Float_To_String (double d)
 
int Get_Print_Stm (void)
 

Variables

int pl_last_writing
 

Macro Definition Documentation

#define WRITE_IGNORE_OP   2
#define WRITE_NAME_VARS   8
#define WRITE_NUMBER_VARS   4
#define WRITE_PORTRAYED   32
#define WRITE_QUOTED   1
#define WRITE_SPACE_ARGS   16

Function Documentation

int Get_Print_Stm ( void  )
char* Pl_Float_To_String ( double  d)

Here is the caller graph for this function:

void Pl_Write ( WamWord  term_word)
void Pl_Write_A_Char ( StmInf pstm,
int  c 
)

Here is the call graph for this function:

void Pl_Write_A_Full_Stop ( StmInf pstm)

Here is the call graph for this function:

Here is the caller graph for this function:

void Pl_Write_Term ( StmInf pstm,
int  depth,
int  prec,
int  mask,
WamWord above_H,
WamWord  term_word 
)

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

int pl_last_writing