#include "setup.h"#include <stdio.h>#include <string.h>#include "constrct.h"#include "extnfunc.h"#include "modulbin.h"#include "prntutil.h"#include "modulcmp.h"#include "router.h"#include "argacces.h"#include "bload.h"#include "envrnmnt.h"#include "modulbsc.h"

Go to the source code of this file.
Defines | |
| #define | _MODULBSC_SOURCE_ |
| #define | _STDIO_INCLUDED_ |
Functions | |
| globle void | DefmoduleBasicCommands (void *theEnv) |
| globle void | EnvGetDefmoduleList (void *theEnv, DATA_OBJECT_PTR returnValue) |
| globle void | PPDefmoduleCommand (void *theEnv) |
| globle int | PPDefmodule (void *theEnv, char *defmoduleName, char *logicalName) |
| globle void | ListDefmodulesCommand (void *theEnv) |
| globle void | EnvListDefmodules (void *theEnv, char *logicalName) |
| #define _MODULBSC_SOURCE_ |
Definition at line 24 of file modulbsc.c.
| #define _STDIO_INCLUDED_ |
Definition at line 29 of file modulbsc.c.
| globle void DefmoduleBasicCommands | ( | void * | theEnv | ) |
Definition at line 56 of file modulbsc.c.
| globle void EnvGetDefmoduleList | ( | void * | theEnv, | |
| DATA_OBJECT_PTR | returnValue | |||
| ) |
Definition at line 130 of file modulbsc.c.
| globle void EnvListDefmodules | ( | void * | theEnv, | |
| char * | logicalName | |||
| ) |
Definition at line 195 of file modulbsc.c.
| globle void ListDefmodulesCommand | ( | void * | theEnv | ) |
Definition at line 183 of file modulbsc.c.
| globle int PPDefmodule | ( | void * | theEnv, | |
| char * | defmoduleName, | |||
| char * | logicalName | |||
| ) |
Definition at line 160 of file modulbsc.c.
| globle void PPDefmoduleCommand | ( | void * | theEnv | ) |
Definition at line 143 of file modulbsc.c.
1.5.6