#include "moduldef.h"


Go to the source code of this file.
Defines | |
| #define | LOCALE extern |
Functions | |
| LOCALE void | AddConstructToModule (struct constructHeader *) |
| LOCALE intBool | DeleteNamedConstruct (void *, char *, struct construct *) |
| LOCALE void * | FindNamedConstruct (void *, char *, struct construct *) |
| LOCALE void | UndefconstructCommand (void *, char *, struct construct *) |
| LOCALE int | PPConstruct (void *, char *, char *, struct construct *) |
| LOCALE SYMBOL_HN * | GetConstructModuleCommand (void *, char *, struct construct *) |
| LOCALE struct defmodule * | GetConstructModule (void *, char *, struct construct *) |
| LOCALE intBool | Undefconstruct (void *, void *, struct construct *) |
| LOCALE void | SaveConstruct (void *, void *, char *, struct construct *) |
| LOCALE char * | GetConstructNameString (struct constructHeader *) |
| LOCALE char * | EnvGetConstructNameString (void *, struct constructHeader *) |
| LOCALE char * | GetConstructModuleName (struct constructHeader *) |
| LOCALE SYMBOL_HN * | GetConstructNamePointer (struct constructHeader *) |
| LOCALE void | GetConstructListFunction (void *, char *, DATA_OBJECT_PTR, struct construct *) |
| LOCALE void | GetConstructList (void *, DATA_OBJECT_PTR, struct construct *, struct defmodule *) |
| LOCALE void | ListConstructCommand (void *, char *, struct construct *) |
| LOCALE void | ListConstruct (void *, struct construct *, char *, struct defmodule *) |
| LOCALE void | SetNextConstruct (struct constructHeader *, struct constructHeader *) |
| LOCALE struct defmoduleItemHeader * | GetConstructModuleItem (struct constructHeader *) |
| LOCALE char * | GetConstructPPForm (void *, struct constructHeader *) |
| LOCALE void | PPConstructCommand (void *, char *, struct construct *) |
| LOCALE struct constructHeader * | GetNextConstructItem (void *, struct constructHeader *, int) |
| LOCALE struct defmoduleItemHeader * | GetConstructModuleItemByIndex (void *, struct defmodule *, int) |
| LOCALE void | FreeConstructHeaderModule (void *, struct defmoduleItemHeader *, struct construct *) |
| LOCALE long | DoForAllConstructs (void *, void(*)(void *, struct constructHeader *, void *), int, int, void *) |
| LOCALE void | DoForAllConstructsInModule (void *, void *, void(*)(void *, struct constructHeader *, void *), int, int, void *) |
| LOCALE void | InitializeConstructHeader (void *, char *, struct constructHeader *, SYMBOL_HN *) |
| LOCALE void | SetConstructPPForm (void *, struct constructHeader *, char *) |
| LOCALE void * | LookupConstruct (void *, struct construct *, char *, intBool) |
| LOCALE intBool | ConstructsDeletable (void *) |
| #define LOCALE extern |
Definition at line 43 of file cstrccom.h.
| LOCALE void AddConstructToModule | ( | struct constructHeader * | ) |
Definition at line 88 of file cstrccom.c.
| LOCALE intBool ConstructsDeletable | ( | void * | ) |
Definition at line 1640 of file cstrccom.c.
| LOCALE intBool DeleteNamedConstruct | ( | void * | , | |
| char * | , | |||
| struct construct * | ||||
| ) |
Definition at line 106 of file cstrccom.c.
| LOCALE long DoForAllConstructs | ( | void * | , | |
| void(*)(void *, struct constructHeader *, void *) | , | |||
| int | , | |||
| int | , | |||
| void * | ||||
| ) |
Definition at line 1204 of file cstrccom.c.
| LOCALE void DoForAllConstructsInModule | ( | void * | , | |
| void * | , | |||
| void(*)(void *, struct constructHeader *, void *) | , | |||
| int | , | |||
| int | , | |||
| void * | ||||
| ) |
Definition at line 1278 of file cstrccom.c.
| LOCALE char* EnvGetConstructNameString | ( | void * | , | |
| struct constructHeader * | ||||
| ) |
Definition at line 648 of file cstrccom.c.
| LOCALE void* FindNamedConstruct | ( | void * | , | |
| char * | , | |||
| struct construct * | ||||
| ) |
Definition at line 166 of file cstrccom.c.
| LOCALE void FreeConstructHeaderModule | ( | void * | , | |
| struct defmoduleItemHeader * | , | |||
| struct construct * | ||||
| ) |
Definition at line 1183 of file cstrccom.c.
| LOCALE void GetConstructList | ( | void * | , | |
| DATA_OBJECT_PTR | , | |||
| struct construct * | , | |||
| struct defmodule * | ||||
| ) |
Definition at line 749 of file cstrccom.c.
| LOCALE void GetConstructListFunction | ( | void * | , | |
| char * | , | |||
| DATA_OBJECT_PTR | , | |||
| struct construct * | ||||
| ) |
Definition at line 671 of file cstrccom.c.
Definition at line 414 of file cstrccom.c.
Definition at line 373 of file cstrccom.c.
| LOCALE struct defmoduleItemHeader* GetConstructModuleItem | ( | struct constructHeader * | ) | [read] |
Definition at line 1111 of file cstrccom.c.
| LOCALE struct defmoduleItemHeader* GetConstructModuleItemByIndex | ( | void * | , | |
| struct defmodule * | , | |||
| int | ||||
| ) | [read] |
Definition at line 1163 of file cstrccom.c.
| LOCALE char* GetConstructModuleName | ( | struct constructHeader * | ) |
Definition at line 629 of file cstrccom.c.
| LOCALE SYMBOL_HN* GetConstructNamePointer | ( | struct constructHeader * | ) |
Definition at line 663 of file cstrccom.c.
| LOCALE char* GetConstructNameString | ( | struct constructHeader * | ) |
Definition at line 637 of file cstrccom.c.
| LOCALE char* GetConstructPPForm | ( | void * | , | |
| struct constructHeader * | ||||
| ) |
Definition at line 1122 of file cstrccom.c.
| LOCALE struct constructHeader* GetNextConstructItem | ( | void * | , | |
| struct constructHeader * | , | |||
| int | ||||
| ) | [read] |
Definition at line 1137 of file cstrccom.c.
| LOCALE void InitializeConstructHeader | ( | void * | , | |
| char * | , | |||
| struct constructHeader * | , | |||
| SYMBOL_HN * | ||||
| ) |
Definition at line 1337 of file cstrccom.c.
Definition at line 1001 of file cstrccom.c.
| LOCALE void ListConstructCommand | ( | void * | , | |
| char * | , | |||
| struct construct * | ||||
| ) |
Definition at line 930 of file cstrccom.c.
| LOCALE void* LookupConstruct | ( | void * | , | |
| struct construct * | , | |||
| char * | , | |||
| intBool | ||||
| ) |
Definition at line 1584 of file cstrccom.c.
| LOCALE int PPConstruct | ( | void * | , | |
| char * | , | |||
| char * | , | |||
| struct construct * | ||||
| ) |
Definition at line 328 of file cstrccom.c.
| LOCALE void PPConstructCommand | ( | void * | , | |
| char * | , | |||
| struct construct * | ||||
| ) |
Definition at line 297 of file cstrccom.c.
| LOCALE void SaveConstruct | ( | void * | , | |
| void * | , | |||
| char * | , | |||
| struct construct * | ||||
| ) |
Definition at line 573 of file cstrccom.c.
| LOCALE void SetConstructPPForm | ( | void * | , | |
| struct constructHeader * | , | |||
| char * | ||||
| ) |
Definition at line 1362 of file cstrccom.c.
| LOCALE void SetNextConstruct | ( | struct constructHeader * | , | |
| struct constructHeader * | ||||
| ) |
Definition at line 1100 of file cstrccom.c.
| LOCALE intBool Undefconstruct | ( | void * | , | |
| void * | , | |||
| struct construct * | ||||
| ) |
Definition at line 455 of file cstrccom.c.
| LOCALE void UndefconstructCommand | ( | void * | , | |
| char * | , | |||
| struct construct * | ||||
| ) |
Definition at line 241 of file cstrccom.c.
1.5.6