#include "setup.h"#include <string.h>#include "bload.h"#include "classcom.h"#include "classfun.h"#include "memalloc.h"#include "constrct.h"#include "cstrcpsr.h"#include "cstrnchk.h"#include "envrnmnt.h"#include "exprnpsr.h"#include "insfun.h"#include "msgcom.h"#include "msgfun.h"#include "pprint.h"#include "prccode.h"#include "router.h"#include "scanner.h"#include "strngrtr.h"#include "msgpsr.h"

Go to the source code of this file.
Defines | |
| #define | _MSGPSR_SOURCE_ |
| #define | SELF_LEN 4 |
| #define | SELF_SLOT_REF ':' |
Functions | |
| globle int | ParseDefmessageHandler (void *theEnv, char *readSource) |
| globle void | CreateGetAndPutHandlers (void *theEnv, SLOT_DESC *sd) |
| globle void CreateGetAndPutHandlers | ( | void * | theEnv, | |
| SLOT_DESC * | sd | |||
| ) |
| globle int ParseDefmessageHandler | ( | void * | theEnv, | |
| char * | readSource | |||
| ) |
1.5.6