#include <stdio.h>#include <stdlib.h>#include "setup.h"#include "constant.h"#include "envrnmnt.h"#include "memalloc.h"#include "symbol.h"#include "exprnpsr.h"#include "argacces.h"#include "extnfunc.h"#include "router.h"#include "ruledef.h"#include "pattern.h"#include "generate.h"#include "globlpsr.h"

Go to the source code of this file.
Defines | |
| #define | _GENERATE_SOURCE_ |
| #define | _STDIO_INCLUDED_ |
Functions | |
| globle void | FieldConversion (void *theEnv, struct lhsParseNode *theField, struct lhsParseNode *thePattern) |
| globle struct expr * | GetvarReplace (void *theEnv, struct lhsParseNode *nodeList, int isNand) |
| globle intBool | IsNandTest (struct lhsParseNode *nodeList) |
| #define _GENERATE_SOURCE_ |
Definition at line 25 of file generate.c.
| #define _STDIO_INCLUDED_ |
Definition at line 28 of file generate.c.
| globle void FieldConversion | ( | void * | theEnv, | |
| struct lhsParseNode * | theField, | |||
| struct lhsParseNode * | thePattern | |||
| ) |
Definition at line 82 of file generate.c.
| globle struct expr* GetvarReplace | ( | void * | theEnv, | |
| struct lhsParseNode * | nodeList, | |||
| int | isNand | |||
| ) | [read] |
Definition at line 787 of file generate.c.
| globle intBool IsNandTest | ( | struct lhsParseNode * | nodeList | ) |
Definition at line 869 of file generate.c.
1.5.6