#include <utilities/ascConfig.h>
#include "instance_enum.h"
#include "fractions.h"
#include "compiler.h"
#include "dimen.h"
#include "expr_types.h"
#include "watchpt.h"
#include "name.h"
#include "proc.h"
Include dependency graph for initialize.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | INITSTACKLIMIT 40 |
Functions | |
| void | SetProcStackLimit (unsigned long l) |
| unsigned long | GetProcStackLimit (void) |
| ASC_DLLSPEC enum Proc_enum | Initialize (struct Instance *context, struct Name *name, char *cname, FILE *err, wpflags options, struct gl_list_t *watchpoints, FILE *dplog) |
| enum Proc_enum | ClassAccessInitialize (struct Instance *context, struct Name *class_name, struct Name *name, char *cname, FILE *err, wpflags options, struct gl_list_t *watchpoints, FILE *dplog) |
| ASC_DLLSPEC struct InitProcedure * | FindProcedure (CONST struct Instance *i, symchar *procname) |
| ASC_DLLSPEC struct InitProcedure * | SearchProcList (CONST struct gl_list_t *list, symchar *name) |
1.5.1