#include "evaluatn.h"


Go to the source code of this file.
Defines | |
| #define | LOCALE extern |
Functions | |
| LOCALE void | ParseFunctionDefinitions (void *) |
| LOCALE void | CheckSyntaxFunction (void *, DATA_OBJECT *) |
| LOCALE int | CheckSyntax (void *, char *, DATA_OBJECT_PTR) |
| #define LOCALE extern |
Definition at line 37 of file parsefun.h.
| LOCALE int CheckSyntax | ( | void * | , | |
| char * | , | |||
| DATA_OBJECT_PTR | ||||
| ) |
Definition at line 129 of file parsefun.c.
| LOCALE void CheckSyntaxFunction | ( | void * | , | |
| DATA_OBJECT * | ||||
| ) |
Definition at line 91 of file parsefun.c.
| LOCALE void ParseFunctionDefinitions | ( | void * | ) |
Definition at line 76 of file parsefun.c.
1.5.6