#include "setup.h"#include <stdio.h>#include <string.h>#include "constant.h"#include "memalloc.h"#include "symbol.h"#include "scanner.h"#include "exprnpsr.h"#include "router.h"#include "constrct.h"#include "envrnmnt.h"#include "factmngr.h"#include "cstrnchk.h"#include "cstrnpsr.h"#include "cstrcpsr.h"#include "bload.h"#include "default.h"#include "pattern.h"#include "watch.h"#include "cstrnutl.h"#include "tmpltdef.h"#include "tmpltbsc.h"#include "tmpltpsr.h"

Go to the source code of this file.
Defines | |
| #define | _TMPLTPSR_SOURCE_ |
| #define | _STDIO_INCLUDED_ |
Functions | |
| globle int | ParseDeftemplate (void *theEnv, char *readSource) |
| globle void | InstallDeftemplate (void *theEnv, struct deftemplate *theDeftemplate) |
| #define _STDIO_INCLUDED_ |
Definition at line 30 of file tmpltpsr.c.
| #define _TMPLTPSR_SOURCE_ |
Definition at line 23 of file tmpltpsr.c.
| globle void InstallDeftemplate | ( | void * | theEnv, | |
| struct deftemplate * | theDeftemplate | |||
| ) |
Definition at line 216 of file tmpltpsr.c.
| globle int ParseDeftemplate | ( | void * | theEnv, | |
| char * | readSource | |||
| ) |
Definition at line 72 of file tmpltpsr.c.
1.5.6