#include <stdio.h>#include "setup.h"#include "argacces.h"#include "constrnt.h"#include "cstrnchk.h"#include "cstrnops.h"#include "envrnmnt.h"#include "exprnpsr.h"#include "memalloc.h"#include "multifld.h"#include "prcdrpsr.h"#include "router.h"#include "scanner.h"#include "utility.h"#include "prcdrfun.h"#include "globldef.h"

Go to the source code of this file.
Defines | |
| #define | _PRCDRFUN_SOURCE_ |
| #define | _STDIO_INCLUDED_ |
Functions | |
| globle void | ProceduralFunctionDefinitions (void *theEnv) |
| globle void | WhileFunction (void *theEnv, DATA_OBJECT_PTR returnValue) |
| globle void | LoopForCountFunction (void *theEnv, DATA_OBJECT_PTR loopResult) |
| globle long long | GetLoopCount (void *theEnv) |
| globle void | IfFunction (void *theEnv, DATA_OBJECT_PTR returnValue) |
| globle void | BindFunction (void *theEnv, DATA_OBJECT_PTR returnValue) |
| globle intBool | GetBoundVariable (void *theEnv, DATA_OBJECT_PTR vPtr, SYMBOL_HN *varName) |
| globle void | FlushBindList (void *theEnv) |
| globle void | PrognFunction (void *theEnv, DATA_OBJECT_PTR returnValue) |
| globle void | ReturnFunction (void *theEnv, DATA_OBJECT_PTR result) |
| globle void | BreakFunction (void *theEnv) |
| globle void | SwitchFunction (void *theEnv, DATA_OBJECT_PTR result) |
| #define _PRCDRFUN_SOURCE_ |
Definition at line 31 of file prcdrfun.c.
| #define _STDIO_INCLUDED_ |
Definition at line 34 of file prcdrfun.c.
| globle void BindFunction | ( | void * | theEnv, | |
| DATA_OBJECT_PTR | returnValue | |||
| ) |
Definition at line 393 of file prcdrfun.c.
| globle void BreakFunction | ( | void * | theEnv | ) |
Definition at line 607 of file prcdrfun.c.
| globle void FlushBindList | ( | void * | theEnv | ) |
Definition at line 542 of file prcdrfun.c.
| globle intBool GetBoundVariable | ( | void * | theEnv, | |
| DATA_OBJECT_PTR | vPtr, | |||
| SYMBOL_HN * | varName | |||
| ) |
Definition at line 516 of file prcdrfun.c.
| globle long long GetLoopCount | ( | void * | theEnv | ) |
Definition at line 249 of file prcdrfun.c.
| globle void IfFunction | ( | void * | theEnv, | |
| DATA_OBJECT_PTR | returnValue | |||
| ) |
Definition at line 269 of file prcdrfun.c.
| globle void LoopForCountFunction | ( | void * | theEnv, | |
| DATA_OBJECT_PTR | loopResult | |||
| ) |
Definition at line 183 of file prcdrfun.c.
| globle void ProceduralFunctionDefinitions | ( | void * | theEnv | ) |
Definition at line 67 of file prcdrfun.c.
| globle void PrognFunction | ( | void * | theEnv, | |
| DATA_OBJECT_PTR | returnValue | |||
| ) |
Definition at line 553 of file prcdrfun.c.
| globle void ReturnFunction | ( | void * | theEnv, | |
| DATA_OBJECT_PTR | result | |||
| ) |
Definition at line 590 of file prcdrfun.c.
| globle void SwitchFunction | ( | void * | theEnv, | |
| DATA_OBJECT_PTR | result | |||
| ) |
Definition at line 616 of file prcdrfun.c.
| globle void WhileFunction | ( | void * | theEnv, | |
| DATA_OBJECT_PTR | returnValue | |||
| ) |
Definition at line 120 of file prcdrfun.c.
1.5.6