|
Defines |
| #define | _MSGFUN_SOURCE_ |
Functions |
| globle void | UnboundHandlerErr (void *theEnv) |
| globle void | PrintNoHandlerError (void *theEnv, char *msg) |
| globle int | CheckHandlerArgCount (void *theEnv) |
| globle void | SlotAccessViolationError (void *theEnv, char *slotName, intBool instanceFlag, void *theInstanceOrClass) |
| globle void | SlotVisibilityViolationError (void *theEnv, SLOT_DESC *sd, DEFCLASS *theDefclass) |
| globle void | NewSystemHandler (void *theEnv, char *cname, char *mname, char *fname, int extraargs) |
| globle HANDLER * | InsertHandlerHeader (void *theEnv, DEFCLASS *cls, SYMBOL_HN *mname, int mtype) |
| globle int | HandlersExecuting (DEFCLASS *cls) |
| globle int | DeleteHandler (void *theEnv, DEFCLASS *cls, SYMBOL_HN *mname, int mtype, int indicate_missing) |
| globle void | DeallocateMarkedHandlers (void *theEnv, DEFCLASS *cls) |
| globle unsigned | HandlerType (void *theEnv, char *func, char *str) |
| globle int | CheckCurrentMessage (void *theEnv, char *func, int ins_reqd) |
| globle void | PrintHandler (void *theEnv, char *logName, HANDLER *theHandler, int crtn) |
| globle HANDLER * | FindHandlerByAddress (DEFCLASS *cls, SYMBOL_HN *name, unsigned type) |
| globle int | FindHandlerByIndex (DEFCLASS *cls, SYMBOL_HN *name, unsigned type) |
| globle int | FindHandlerNameGroup (DEFCLASS *cls, SYMBOL_HN *name) |
| globle void | HandlerDeleteError (void *theEnv, char *cname) |
| globle void | DisplayCore (void *theEnv, char *logicalName, HANDLER_LINK *core, int sdepth) |
| globle HANDLER_LINK * | FindPreviewApplicableHandlers (void *theEnv, DEFCLASS *cls, SYMBOL_HN *mname) |
| globle void | WatchMessage (void *theEnv, char *logName, char *tstring) |
| globle void | WatchHandler (void *theEnv, char *logName, HANDLER_LINK *hndl, char *tstring) |