#include "setup.h"#include <stdio.h>#include "constant.h"#include "symbol.h"#include "memalloc.h"#include "exprnpsr.h"#include "reorder.h"#include "generate.h"#include "pattern.h"#include "router.h"#include "ruledef.h"#include "cstrnchk.h"#include "cstrnutl.h"#include "cstrnops.h"#include "rulecstr.h"#include "modulutl.h"#include "analysis.h"#include "globldef.h"

Go to the source code of this file.
Defines | |
| #define | _ANALYSIS_SOURCE_ |
| #define | _STDIO_INCLUDED_ |
Functions | |
| globle int | VariableAnalysis (void *theEnv, struct lhsParseNode *patternPtr) |
| #define _ANALYSIS_SOURCE_ |
Definition at line 26 of file analysis.c.
| #define _STDIO_INCLUDED_ |
Definition at line 33 of file analysis.c.
| globle int VariableAnalysis | ( | void * | theEnv, | |
| struct lhsParseNode * | patternPtr | |||
| ) |
Definition at line 105 of file analysis.c.
1.5.6