#include "moduldef.h"


Go to the source code of this file.
Classes | |
| struct | printUtilityData |
Defines | |
| #define | PRINT_UTILITY_DATA 53 |
| #define | PrintUtilityData(theEnv) ((struct printUtilityData *) GetEnvironmentData(theEnv,PRINT_UTILITY_DATA)) |
| #define | LOCALE extern |
Functions | |
| LOCALE void | InitializePrintUtilityData (void *) |
| LOCALE void | PrintInChunks (void *, char *, char *) |
| LOCALE void | PrintFloat (void *, char *, double) |
| LOCALE void | PrintLongInteger (void *, char *, long long) |
| LOCALE void | PrintAtom (void *, char *, int, void *) |
| LOCALE void | PrintTally (void *, char *, long long, char *, char *) |
| LOCALE char * | FloatToString (void *, double) |
| LOCALE char * | LongIntegerToString (void *, long long) |
| LOCALE char * | DataObjectToString (void *, DATA_OBJECT *) |
| LOCALE void | SyntaxErrorMessage (void *, char *) |
| LOCALE void | SystemError (void *, char *, int) |
| LOCALE void | PrintErrorID (void *, char *, int, int) |
| LOCALE void | PrintWarningID (void *, char *, int, int) |
| LOCALE void | CantFindItemErrorMessage (void *, char *, char *) |
| LOCALE void | CantDeleteItemErrorMessage (void *, char *, char *) |
| LOCALE void | AlreadyParsedErrorMessage (void *, char *, char *) |
| LOCALE void | LocalVariableErrorMessage (void *, char *) |
| LOCALE void | DivideByZeroErrorMessage (void *, char *) |
| LOCALE void | SalienceInformationError (void *, char *, char *) |
| LOCALE void | SalienceRangeError (void *, int, int) |
| LOCALE void | SalienceNonIntegerError (void *) |
| LOCALE void | CantFindItemInFunctionErrorMessage (void *, char *, char *, char *) |
| LOCALE void | SlotExistError (void *, char *, char *) |
| #define LOCALE extern |
Definition at line 60 of file prntutil.h.
| #define PRINT_UTILITY_DATA 53 |
Definition at line 42 of file prntutil.h.
| #define PrintUtilityData | ( | theEnv | ) | ((struct printUtilityData *) GetEnvironmentData(theEnv,PRINT_UTILITY_DATA)) |
Definition at line 51 of file prntutil.h.
| LOCALE void AlreadyParsedErrorMessage | ( | void * | , | |
| char * | , | |||
| char * | ||||
| ) |
Definition at line 318 of file prntutil.c.
| LOCALE void CantDeleteItemErrorMessage | ( | void * | , | |
| char * | , | |||
| char * | ||||
| ) |
Definition at line 301 of file prntutil.c.
| LOCALE void CantFindItemErrorMessage | ( | void * | , | |
| char * | , | |||
| char * | ||||
| ) |
Definition at line 264 of file prntutil.c.
| LOCALE void CantFindItemInFunctionErrorMessage | ( | void * | , | |
| char * | , | |||
| char * | , | |||
| char * | ||||
| ) |
Definition at line 281 of file prntutil.c.
| LOCALE char* DataObjectToString | ( | void * | , | |
| DATA_OBJECT * | ||||
| ) |
Definition at line 452 of file prntutil.c.
| LOCALE void DivideByZeroErrorMessage | ( | void * | , | |
| char * | ||||
| ) |
Definition at line 394 of file prntutil.c.
| LOCALE char* FloatToString | ( | void * | , | |
| double | ||||
| ) |
Definition at line 407 of file prntutil.c.
| LOCALE void InitializePrintUtilityData | ( | void * | ) |
Definition at line 59 of file prntutil.c.
| LOCALE void LocalVariableErrorMessage | ( | void * | , | |
| char * | ||||
| ) |
Definition at line 354 of file prntutil.c.
| LOCALE char* LongIntegerToString | ( | void * | , | |
| long | long | |||
| ) |
Definition at line 436 of file prntutil.c.
| LOCALE void PrintAtom | ( | void * | , | |
| char * | , | |||
| int | , | |||
| void * | ||||
| ) |
Definition at line 125 of file prntutil.c.
| LOCALE void PrintErrorID | ( | void * | , | |
| char * | , | |||
| int | , | |||
| int | ||||
| ) |
Definition at line 230 of file prntutil.c.
| LOCALE void PrintFloat | ( | void * | , | |
| char * | , | |||
| double | ||||
| ) |
Definition at line 97 of file prntutil.c.
| LOCALE void PrintInChunks | ( | void * | , | |
| char * | , | |||
| char * | ||||
| ) |
Definition at line 70 of file prntutil.c.
| LOCALE void PrintLongInteger | ( | void * | , | |
| char * | , | |||
| long | long | |||
| ) |
Definition at line 111 of file prntutil.c.
| LOCALE void PrintTally | ( | void * | , | |
| char * | , | |||
| long | long, | |||
| char * | , | |||
| char * | ||||
| ) |
Definition at line 207 of file prntutil.c.
| LOCALE void PrintWarningID | ( | void * | , | |
| char * | , | |||
| int | , | |||
| int | ||||
| ) |
Definition at line 247 of file prntutil.c.
| LOCALE void SalienceInformationError | ( | void * | , | |
| char * | , | |||
| char * | ||||
| ) |
Definition at line 555 of file prntutil.c.
| LOCALE void SalienceNonIntegerError | ( | void * | ) |
Definition at line 594 of file prntutil.c.
| LOCALE void SalienceRangeError | ( | void * | , | |
| int | , | |||
| int | ||||
| ) |
Definition at line 577 of file prntutil.c.
| LOCALE void SlotExistError | ( | void * | , | |
| char * | , | |||
| char * | ||||
| ) |
Definition at line 607 of file prntutil.c.
| LOCALE void SyntaxErrorMessage | ( | void * | , | |
| char * | ||||
| ) |
Definition at line 333 of file prntutil.c.
| LOCALE void SystemError | ( | void * | , | |
| char * | , | |||
| int | ||||
| ) |
Definition at line 368 of file prntutil.c.
1.5.6