|
| void (RexxEntry *DetachThread)(RexxThreadContext *) |
|
| void (RexxEntry *HaltThread)(RexxThreadContext *) |
|
| void (RexxEntry *SetThreadTrace)(RexxThreadContext * |
|
| RexxObjectPtr (RexxEntry *RequestGlobalReference)(RexxThreadContext * |
|
| void (RexxEntry *ReleaseGlobalReference)(RexxThreadContext * |
|
| void (RexxEntry *ReleaseLocalReference)(RexxThreadContext * |
|
| RexxObjectPtr (RexxEntry *SendMessage)(RexxThreadContext * |
|
| RexxObjectPtr (RexxEntry *SendMessage0)(RexxThreadContext * |
|
| RexxObjectPtr (RexxEntry *SendMessage1)(RexxThreadContext * |
|
| RexxObjectPtr (RexxEntry *SendMessage2)(RexxThreadContext * |
|
| RexxDirectoryObject (RexxEntry *GetLocalEnvironment)(RexxThreadContext *) |
|
| RexxDirectoryObject (RexxEntry *GetGlobalEnvironment)(RexxThreadContext *) |
|
| logical_t (RexxEntry *IsInstanceOf)(RexxThreadContext * |
|
| logical_t (RexxEntry *IsOfType)(RexxThreadContext * |
|
| logical_t (RexxEntry *HasMethod)(RexxThreadContext * |
|
| RexxPackageObject (RexxEntry *LoadPackage)(RexxThreadContext * |
|
| RexxPackageObject (RexxEntry *LoadPackageFromData)(RexxThreadContext * |
|
| logical_t (RexxEntry *LoadLibrary)(RexxThreadContext * |
|
| logical_t (RexxEntry *RegisterLibrary)(RexxThreadContext * |
|
CSTRING RexxPackageEntry * | RexxClassObject (RexxEntry *FindClass)(RexxThreadContext * |
|
| RexxClassObject (RexxEntry *FindPackageClass)(RexxThreadContext * |
|
| RexxDirectoryObject (RexxEntry *GetPackageRoutines)(RexxThreadContext * |
|
| RexxDirectoryObject (RexxEntry *GetPackagePublicRoutines)(RexxThreadContext * |
|
| RexxDirectoryObject (RexxEntry *GetPackageClasses)(RexxThreadContext * |
|
| RexxDirectoryObject (RexxEntry *GetPackagePublicClasses)(RexxThreadContext * |
|
| RexxDirectoryObject (RexxEntry *GetPackageMethods)(RexxThreadContext * |
|
| RexxObjectPtr (RexxEntry *CallRoutine)(RexxThreadContext * |
|
| RexxObjectPtr (RexxEntry *CallProgram)(RexxThreadContext * |
|
| RexxMethodObject (RexxEntry *NewMethod)(RexxThreadContext * |
|
| RexxRoutineObject (RexxEntry *NewRoutine)(RexxThreadContext * |
|
| logical_t (RexxEntry *IsRoutine)(RexxThreadContext * |
|
| logical_t (RexxEntry *IsMethod)(RexxThreadContext * |
|
| RexxPackageObject (RexxEntry *GetRoutinePackage)(RexxThreadContext * |
|
| RexxPackageObject (RexxEntry *GetMethodPackage)(RexxThreadContext * |
|
| POINTER (RexxEntry *ObjectToCSelf)(RexxThreadContext * |
|
| RexxObjectPtr (RexxEntry *WholeNumberToObject)(RexxThreadContext * |
|
| RexxObjectPtr (RexxEntry *UintptrToObject)(RexxThreadContext * |
|
| RexxObjectPtr (RexxEntry *IntptrToObject)(RexxThreadContext * |
|
| RexxObjectPtr (RexxEntry *ValueToObject)(RexxThreadContext * |
|
ValueDescriptor * | RexxArrayObject (RexxEntry *ValuesToObject)(RexxThreadContext * |
|
| logical_t (RexxEntry *ObjectToValue)(RexxThreadContext * |
|
ValueDescriptor * | RexxObjectPtr (RexxEntry *StringSizeToObject)(RexxThreadContext * |
|
| logical_t (RexxEntry *ObjectToWholeNumber)(RexxThreadContext * |
|
wholenumber_t * | logical_t (RexxEntry *ObjectToStringSize)(RexxThreadContext * |
|
wholenumber_t stringsize_t * | RexxObjectPtr (RexxEntry *Int64ToObject)(RexxThreadContext * |
|
| RexxObjectPtr (RexxEntry *UnsignedInt64ToObject)(RexxThreadContext * |
|
| logical_t (RexxEntry *ObjectToInt64)(RexxThreadContext * |
|
int64_t * | logical_t (RexxEntry *ObjectToUnsignedInt64)(RexxThreadContext * |
|
int64_t uint64_t * | RexxObjectPtr (RexxEntry *Int32ToObject)(RexxThreadContext * |
|
| RexxObjectPtr (RexxEntry *UnsignedInt32ToObject)(RexxThreadContext * |
|
| logical_t (RexxEntry *ObjectToInt32)(RexxThreadContext * |
|
int32_t * | logical_t (RexxEntry *ObjectToUnsignedInt32)(RexxThreadContext * |
|
int32_t uint32_t * | logical_t (RexxEntry *ObjectToUintptr)(RexxThreadContext * |
|
int32_t uint32_t uintptr_t * | logical_t (RexxEntry *ObjectToIntptr)(RexxThreadContext * |
|
int32_t uint32_t uintptr_t intptr_t * | logical_t (RexxEntry *ObjectToLogical)(RexxThreadContext * |
|
int32_t uint32_t uintptr_t intptr_t logical_t * | RexxObjectPtr (RexxEntry *LogicalToObject)(RexxThreadContext * |
|
| RexxObjectPtr (RexxEntry *DoubleToObject)(RexxThreadContext * |
|
| RexxObjectPtr (RexxEntry *DoubleToObjectWithPrecision)(RexxThreadContext * |
|
| logical_t (RexxEntry *ObjectToDouble)(RexxThreadContext * |
|
double * | RexxStringObject (RexxEntry *ObjectToString)(RexxThreadContext * |
|
| CSTRING (RexxEntry *ObjectToStringValue)(RexxThreadContext * |
|
| size_t (RexxEntry *StringGet)(RexxThreadContext * |
|
| size_t (RexxEntry *StringLength)(RexxThreadContext * |
|
| CSTRING (RexxEntry *StringData)(RexxThreadContext * |
|
| RexxStringObject (RexxEntry *NewString)(RexxThreadContext * |
|
| RexxStringObject (RexxEntry *NewStringFromAsciiz)(RexxThreadContext * |
|
| RexxStringObject (RexxEntry *StringUpper)(RexxThreadContext * |
|
| RexxStringObject (RexxEntry *StringLower)(RexxThreadContext * |
|
| logical_t (RexxEntry *IsString)(RexxThreadContext * |
|
| RexxBufferStringObject (RexxEntry *NewBufferString)(RexxThreadContext * |
|
| size_t (RexxEntry *BufferStringLength)(RexxThreadContext * |
|
| POINTER (RexxEntry *BufferStringData)(RexxThreadContext * |
|
| RexxStringObject (RexxEntry *FinishBufferString)(RexxThreadContext * |
|
| void (RexxEntry *DirectoryPut)(RexxThreadContext * |
|
| RexxObjectPtr (RexxEntry *DirectoryAt)(RexxThreadContext * |
|
| RexxObjectPtr (RexxEntry *DirectoryRemove)(RexxThreadContext * |
|
| RexxDirectoryObject (RexxEntry *NewDirectory)(RexxThreadContext *) |
|
| logical_t (RexxEntry *IsDirectory)(RexxThreadContext * |
|
| RexxObjectPtr (RexxEntry *ArrayAt)(RexxThreadContext * |
|
| void (RexxEntry *ArrayPut)(RexxThreadContext * |
|
| size_t (RexxEntry *ArrayAppend)(RexxThreadContext * |
|
| size_t (RexxEntry *ArrayAppendString)(RexxThreadContext * |
|
| size_t (RexxEntry *ArraySize)(RexxThreadContext * |
|
| size_t (RexxEntry *ArrayItems)(RexxThreadContext * |
|
| size_t (RexxEntry *ArrayDimension)(RexxThreadContext * |
|
| RexxArrayObject (RexxEntry *NewArray)(RexxThreadContext * |
|
| RexxArrayObject (RexxEntry *ArrayOfOne)(RexxThreadContext * |
|
| RexxArrayObject (RexxEntry *ArrayOfTwo)(RexxThreadContext * |
|
| RexxArrayObject (RexxEntry *ArrayOfThree)(RexxThreadContext * |
|
| RexxArrayObject (RexxEntry *ArrayOfFour)(RexxThreadContext * |
|
| RexxArrayObject (RexxEntry *ArrayOfFive)(RexxThreadContext * |
|
| logical_t (RexxEntry *IsArray)(RexxThreadContext * |
|
| POINTER (RexxEntry *BufferData)(RexxThreadContext * |
|
| size_t (RexxEntry *BufferLength)(RexxThreadContext * |
|
| RexxBufferObject (RexxEntry *NewBuffer)(RexxThreadContext * |
|
| logical_t (RexxEntry *IsBuffer)(RexxThreadContext * |
|
| POINTER (RexxEntry *PointerValue)(RexxThreadContext * |
|
| RexxPointerObject (RexxEntry *NewPointer)(RexxThreadContext * |
|
| logical_t (RexxEntry *IsPointer)(RexxThreadContext * |
|
| RexxObjectPtr (RexxEntry *SupplierItem)(RexxThreadContext * |
|
| RexxObjectPtr (RexxEntry *SupplierIndex)(RexxThreadContext * |
|
| logical_t (RexxEntry *SupplierAvailable)(RexxThreadContext * |
|
| void (RexxEntry *SupplierNext)(RexxThreadContext * |
|
| RexxSupplierObject (RexxEntry *NewSupplier)(RexxThreadContext * |
|
| RexxStemObject (RexxEntry *NewStem)(RexxThreadContext * |
|
| void (RexxEntry *SetStemElement)(RexxThreadContext * |
|
| RexxObjectPtr (RexxEntry *GetStemElement)(RexxThreadContext * |
|
| void (RexxEntry *DropStemElement)(RexxThreadContext * |
|
| void (RexxEntry *SetStemArrayElement)(RexxThreadContext * |
|
| RexxObjectPtr (RexxEntry *GetStemArrayElement)(RexxThreadContext * |
|
| void (RexxEntry *DropStemArrayElement)(RexxThreadContext * |
|
| RexxDirectoryObject (RexxEntry *GetAllStemElements)(RexxThreadContext * |
|
| RexxObjectPtr (RexxEntry *GetStemValue)(RexxThreadContext * |
|
| logical_t (RexxEntry *IsStem)(RexxThreadContext * |
|
| void (RexxEntry *RaiseException0)(RexxThreadContext * |
|
| void (RexxEntry *RaiseException1)(RexxThreadContext * |
|
| void (RexxEntry *RaiseException2)(RexxThreadContext * |
|
| void (RexxEntry *RaiseException3)(RexxThreadContext * |
|
| void (RexxEntry *RaiseException4)(RexxThreadContext * |
|
| void (RexxEntry *RaiseException5)(RexxThreadContext * |
|
| void (RexxEntry *RaiseException)(RexxThreadContext * |
|
| void (RexxEntry *RaiseCondition)(RexxThreadContext * |
|
| logical_t (RexxEntry *CheckCondition)(RexxThreadContext *) |
|
| RexxDirectoryObject (RexxEntry *GetConditionInfo)(RexxThreadContext *) |
|
| void (RexxEntry *DecodeConditionInfo)(RexxThreadContext * |
|
RexxCondition * | void (RexxEntry *ClearCondition)(RexxThreadContext *) |
|
| POINTER (RexxEntry *ObjectToCSelfScoped)(RexxThreadContext * |
|
| wholenumber_t (RexxEntry *DisplayCondition)(RexxThreadContext *) |
|
| POINTER (RexxEntry *MutableBufferData)(RexxThreadContext * |
|
| size_t (RexxEntry *MutableBufferLength)(RexxThreadContext * |
|
| size_t (RexxEntry *SetMutableBufferLength)(RexxThreadContext * |
|
| RexxMutableBufferObject (RexxEntry *NewMutableBuffer)(RexxThreadContext * |
|
| logical_t (RexxEntry *IsMutableBuffer)(RexxThreadContext * |
|
| size_t (RexxEntry *MutableBufferCapacity)(RexxThreadContext * |
|
| POINTER (RexxEntry *SetMutableBufferCapacity)(RexxThreadContext * |
|