#include "evaluatn.h"#include "constrct.h"


Go to the source code of this file.
Defines | |
| #define | LOCALE extern |
Functions | |
| LOCALE int | EnvLoad (void *, char *) |
| LOCALE int | LoadConstructsFromLogicalName (void *, char *) |
| LOCALE int | ParseConstruct (void *, char *, char *) |
| LOCALE void | RemoveConstructFromModule (void *, struct constructHeader *) |
| LOCALE struct symbolHashNode * | GetConstructNameAndComment (void *, char *, struct token *, char *, void *(*)(void *, char *), int(*)(void *, void *), char *, int, int, int) |
| LOCALE void | ImportExportConflictMessage (void *, char *, char *, char *, char *) |
| #define LOCALE extern |
Definition at line 43 of file cstrcpsr.h.
| LOCALE int EnvLoad | ( | void * | , | |
| char * | ||||
| ) |
Definition at line 77 of file cstrcpsr.c.
| LOCALE struct symbolHashNode* GetConstructNameAndComment | ( | void * | , | |
| char * | , | |||
| struct token * | , | |||
| char * | , | |||
| void * | *)(void *, char *, | |||
| int(*)(void *, void *) | , | |||
| char * | , | |||
| int | , | |||
| int | , | |||
| int | ||||
| ) | [read] |
| LOCALE void ImportExportConflictMessage | ( | void * | , | |
| char * | , | |||
| char * | , | |||
| char * | , | |||
| char * | ||||
| ) |
Definition at line 659 of file cstrcpsr.c.
| LOCALE int LoadConstructsFromLogicalName | ( | void * | , | |
| char * | ||||
| ) |
Definition at line 120 of file cstrcpsr.c.
| LOCALE int ParseConstruct | ( | void * | , | |
| char * | , | |||
| char * | ||||
| ) |
Definition at line 347 of file cstrcpsr.c.
| LOCALE void RemoveConstructFromModule | ( | void * | , | |
| struct constructHeader * | ||||
| ) |
Definition at line 607 of file cstrcpsr.c.
1.5.6