#include <stdio.h>#include <string.h>#include <ctype.h>#include "setup.h"#include "constant.h"#include "envrnmnt.h"#include "memalloc.h"#include "sysdep.h"#include "utility.h"#include "pprint.h"

Go to the source code of this file.
Defines | |
| #define | _PPRINT_SOURCE_ |
| #define | _STDIO_INCLUDED_ |
Functions | |
| globle void | InitializePrettyPrintData (void *theEnv) |
| globle void | FlushPPBuffer (void *theEnv) |
| globle void | DestroyPPBuffer (void *theEnv) |
| globle void | SavePPBuffer (void *theEnv, char *str) |
| globle void | PPBackup (void *theEnv) |
| globle char * | CopyPPBuffer (void *theEnv) |
| globle char * | GetPPBuffer (void *theEnv) |
| globle void | PPCRAndIndent (void *theEnv) |
| globle void | IncrementIndentDepth (void *theEnv, int value) |
| globle void | DecrementIndentDepth (void *theEnv, int value) |
| globle void | SetIndentDepth (void *theEnv, int value) |
| globle void | SetPPBufferStatus (void *theEnv, int value) |
| globle int | GetPPBufferStatus (void *theEnv) |
| globle int | SetPPBufferEnabled (void *theEnv, int value) |
| globle int | GetPPBufferEnabled (void *theEnv) |
| globle void DecrementIndentDepth | ( | void * | theEnv, | |
| int | value | |||
| ) |
| globle void IncrementIndentDepth | ( | void * | theEnv, | |
| int | value | |||
| ) |
1.5.6