#include "symbol.h"#include "evaluatn.h"#include "moduldef.h"


Go to the source code of this file.
Classes | |
| struct | portConstructItem |
Defines | |
| #define | LOCALE extern |
Functions | |
| LOCALE long | GetNumberOfDefmodules (void *) |
| LOCALE void | SetNumberOfDefmodules (void *, long) |
| LOCALE void | AddAfterModuleDefinedFunction (void *, char *, void(*)(void *), int) |
| LOCALE int | ParseDefmodule (void *, char *) |
| LOCALE void | AddPortConstructItem (void *, char *, int) |
| LOCALE struct portConstructItem * | ValidPortConstructItem (void *, char *) |
| LOCALE int | FindImportExportConflict (void *, char *, struct defmodule *, char *) |
| #define LOCALE extern |
Definition at line 48 of file modulpsr.h.
| LOCALE void AddAfterModuleDefinedFunction | ( | void * | , | |
| char * | , | |||
| void(*)(void *) | , | |||
| int | ||||
| ) |
Definition at line 93 of file modulpsr.c.
| LOCALE void AddPortConstructItem | ( | void * | , | |
| char * | , | |||
| int | ||||
| ) |
Definition at line 107 of file modulpsr.c.
| LOCALE int FindImportExportConflict | ( | void * | , | |
| char * | , | |||
| struct defmodule * | , | |||
| char * | ||||
| ) |
Definition at line 1061 of file modulpsr.c.
| LOCALE long GetNumberOfDefmodules | ( | void * | ) |
Definition at line 71 of file modulpsr.c.
| LOCALE int ParseDefmodule | ( | void * | , | |
| char * | ||||
| ) |
Definition at line 126 of file modulpsr.c.
| LOCALE void SetNumberOfDefmodules | ( | void * | , | |
| long | ||||
| ) |
Definition at line 81 of file modulpsr.c.
| LOCALE struct portConstructItem* ValidPortConstructItem | ( | void * | , | |
| char * | ||||
| ) | [read] |
Definition at line 915 of file modulpsr.c.
1.5.6