#include "setup.h"#include <stdio.h>#include <string.h>#include "argacces.h"#include "memalloc.h"#include "scanner.h"#include "router.h"#include "extnfunc.h"#include "constrct.h"#include "cstrccom.h"#include "factrhs.h"#include "cstrcpsr.h"#include "tmpltpsr.h"#include "tmpltdef.h"#include "tmpltbin.h"#include "tmpltcmp.h"#include "tmpltutl.h"#include "envrnmnt.h"#include "tmpltbsc.h"

Go to the source code of this file.
Defines | |
| #define | _TMPLTBSC_SOURCE_ |
| #define | _STDIO_INCLUDED_ |
Functions | |
| globle void | DeftemplateBasicCommands (void *theEnv) |
| globle void | UndeftemplateCommand (void *theEnv) |
| globle intBool | EnvUndeftemplate (void *theEnv, void *theDeftemplate) |
| globle void | GetDeftemplateListFunction (void *theEnv, DATA_OBJECT_PTR returnValue) |
| globle void | EnvGetDeftemplateList (void *theEnv, DATA_OBJECT_PTR returnValue, void *theModule) |
| globle void * | DeftemplateModuleFunction (void *theEnv) |
| globle void | PPDeftemplateCommand (void *theEnv) |
| globle int | PPDeftemplate (void *theEnv, char *deftemplateName, char *logicalName) |
| globle void | ListDeftemplatesCommand (void *theEnv) |
| globle void | EnvListDeftemplates (void *theEnv, char *logicalName, void *theModule) |
| globle unsigned | EnvGetDeftemplateWatch (void *theEnv, void *theTemplate) |
| globle void | EnvSetDeftemplateWatch (void *theEnv, unsigned newState, void *theTemplate) |
| globle unsigned | DeftemplateWatchAccess (void *theEnv, int code, unsigned newState, EXPRESSION *argExprs) |
| globle unsigned | DeftemplateWatchPrint (void *theEnv, char *logName, int code, EXPRESSION *argExprs) |
| #define _STDIO_INCLUDED_ |
Definition at line 43 of file tmpltbsc.c.
| #define _TMPLTBSC_SOURCE_ |
Definition at line 36 of file tmpltbsc.c.
| globle void DeftemplateBasicCommands | ( | void * | theEnv | ) |
Definition at line 81 of file tmpltbsc.c.
| globle void* DeftemplateModuleFunction | ( | void * | theEnv | ) |
Definition at line 207 of file tmpltbsc.c.
| globle unsigned DeftemplateWatchAccess | ( | void * | theEnv, | |
| int | code, | |||
| unsigned | newState, | |||
| EXPRESSION * | argExprs | |||
| ) |
Definition at line 303 of file tmpltbsc.c.
| globle unsigned DeftemplateWatchPrint | ( | void * | theEnv, | |
| char * | logName, | |||
| int | code, | |||
| EXPRESSION * | argExprs | |||
| ) |
Definition at line 324 of file tmpltbsc.c.
| globle void EnvGetDeftemplateList | ( | void * | theEnv, | |
| DATA_OBJECT_PTR | returnValue, | |||
| void * | theModule | |||
| ) |
Definition at line 195 of file tmpltbsc.c.
| globle unsigned EnvGetDeftemplateWatch | ( | void * | theEnv, | |
| void * | theTemplate | |||
| ) |
Definition at line 266 of file tmpltbsc.c.
| globle void EnvListDeftemplates | ( | void * | theEnv, | |
| char * | logicalName, | |||
| void * | theModule | |||
| ) |
Definition at line 251 of file tmpltbsc.c.
| globle void EnvSetDeftemplateWatch | ( | void * | theEnv, | |
| unsigned | newState, | |||
| void * | theTemplate | |||
| ) |
Definition at line 284 of file tmpltbsc.c.
| globle intBool EnvUndeftemplate | ( | void * | theEnv, | |
| void * | theDeftemplate | |||
| ) |
Definition at line 173 of file tmpltbsc.c.
| globle void GetDeftemplateListFunction | ( | void * | theEnv, | |
| DATA_OBJECT_PTR | returnValue | |||
| ) |
Definition at line 184 of file tmpltbsc.c.
| globle void ListDeftemplatesCommand | ( | void * | theEnv | ) |
Definition at line 241 of file tmpltbsc.c.
| globle int PPDeftemplate | ( | void * | theEnv, | |
| char * | deftemplateName, | |||
| char * | logicalName | |||
| ) |
Definition at line 229 of file tmpltbsc.c.
| globle void PPDeftemplateCommand | ( | void * | theEnv | ) |
Definition at line 219 of file tmpltbsc.c.
| globle void UndeftemplateCommand | ( | void * | theEnv | ) |
Definition at line 163 of file tmpltbsc.c.
1.5.6