diff options
Diffstat (limited to 'ficldll.def')
| -rw-r--r-- | ficldll.def | 176 |
1 files changed, 176 insertions, 0 deletions
diff --git a/ficldll.def b/ficldll.def new file mode 100644 index 000000000000..262b4fcff365 --- /dev/null +++ b/ficldll.def @@ -0,0 +1,176 @@ +;;; +;;; Generated by makedef.py at 2003/05/17 19:58:13 +;;; + +EXPORTS + +ficl2IntegerAbsoluteValue @1 +ficl2IntegerDivideFloored @2 +ficl2IntegerDivideSymmetric @3 +ficl2UnsignedDivide @4 +ficlAlignPointer @5 +ficlBitGet @6 +ficlBitGetString @7 +ficlBitSet @8 +ficlCallbackAssert @9 +ficlCallbackDefaultTextOut @10 +ficlCallbackTextOut @11 +ficlDictionaryAbortDefinition @12 +ficlDictionaryAlign @13 +ficlDictionaryAllot @14 +ficlDictionaryAllotCells @15 +ficlDictionaryAppend2Constant @16 +ficlDictionaryAppend2ConstantInstruction @17 +ficlDictionaryAppendCell @18 +ficlDictionaryAppendCharacter @19 +ficlDictionaryAppendConstant @20 +ficlDictionaryAppendConstantInstruction @21 +ficlDictionaryAppendData @22 +ficlDictionaryAppendInstruction @23 +ficlDictionaryAppendPrimitive @24 +ficlDictionaryAppendString @25 +ficlDictionaryAppendUnsigned @26 +ficlDictionaryAppendWord @27 +ficlDictionaryCellsAvailable @28 +ficlDictionaryCellsUsed @29 +ficlDictionaryClearFlags @30 +ficlDictionaryCreate @31 +ficlDictionaryCreateHashed @32 +ficlDictionaryCreateWordlist @33 +ficlDictionaryDestroy @34 +ficlDictionaryEmpty @35 +ficlDictionaryFindEnclosingWord @36 +ficlDictionaryIncludes @37 +ficlDictionaryIsAWord @38 +ficlDictionaryLookup @39 +ficlDictionaryResetSearchOrder @40 +ficlDictionarySee @41 +ficlDictionarySet2Constant @42 +ficlDictionarySet2ConstantInstruction @43 +ficlDictionarySetConstant @44 +ficlDictionarySetConstantInstruction @45 +ficlDictionarySetFlags @46 +ficlDictionarySetImmediate @47 +ficlDictionarySetInstruction @48 +ficlDictionarySetPrimitive @49 +ficlDictionaryUnsmudge @50 +ficlDictionaryWhere @51 +ficlDigitToCharacter @52 +ficlFileTruncate @53 +ficlFree @54 +ficlHashCode @55 +ficlHashForget @56 +ficlHashInsertWord @57 +ficlHashLookup @58 +ficlHashReset @59 +ficlIsPowerOfTwo @60 +ficlLocalParen @61 +ficlLocalParenIm @62 +ficlLtoa @63 +ficlLzDecodeHeaderField @64 +ficlLzUncompress @65 +ficlMalloc @66 +ficlPrimitiveHashSummary @67 +ficlPrimitiveLiteralIm @68 +ficlPrimitiveParseStepParen @69 +ficlPrimitiveTick @70 +ficlRealloc @71 +ficlStackCheck @72 +ficlStackCreate @73 +ficlStackDepth @74 +ficlStackDestroy @75 +ficlStackWalk @76 +ficlStackDisplay @77 +ficlStackDrop @78 +ficlStackFetch @79 +ficlStackGetTop @80 +ficlStackLink @81 +ficlStackPick @82 +ficlStackPop @83 +ficlStackPop2Integer @84 +ficlStackPop2Unsigned @85 +ficlStackPopFloat @86 +ficlStackPopInteger @87 +ficlStackPopPointer @88 +ficlStackPopUnsigned @89 +ficlStackPush @90 +ficlStackPush2Integer @91 +ficlStackPush2Unsigned @92 +ficlStackPushFloat @93 +ficlStackPushInteger @94 +ficlStackPushPointer @95 +ficlStackPushUnsigned @96 +ficlStackReset @97 +ficlStackRoll @98 +ficlStackSetTop @99 +ficlStackStore @100 +ficlStackUnlink @101 +ficlStrincmp @102 +ficlStringCaseFold @103 +ficlStringReverse @104 +ficlStringSkipSpace @105 +ficlSystemAddParseStep @106 +ficlSystemAddPrimitiveParseStep @107 +ficlSystemCompileCore @108 +ficlSystemCompileFile @109 +ficlSystemCompileFloat @110 +ficlSystemCompilePlatform @111 +ficlSystemCompilePrefix @112 +ficlSystemCompileSearch @113 +ficlSystemCompileSoftCore @114 +ficlSystemCompileTools @115 +ficlSystemCreate @116 +ficlSystemCreateVm @117 +ficlSystemDestroy @118 +ficlSystemDestroyVm @119 +ficlSystemGetDictionary @120 +ficlSystemGetEnvironment @121 +ficlSystemGetLocals @122 +ficlSystemLookup @123 +ficlSystemLookupLocal @124 +ficlUltoa @125 +ficlVmBranchRelative @126 +ficlVmCreate @127 +ficlVmDestroy @128 +ficlVmDictionaryAllot @129 +ficlVmDictionaryAllotCells @130 +ficlVmDictionaryCheck @131 +ficlVmDictionarySimpleCheck @132 +ficlVmDisplayDataStack @133 +ficlVmDisplayDataStackSimple @134 +ficlVmDisplayFloatStack @135 +ficlVmDisplayReturnStack @136 +ficlVmEvaluate @137 +ficlVmExecuteString @138 +ficlVmExecuteWord @139 +ficlVmExecuteXT @140 +ficlVmGetDictionary @141 +ficlVmGetString @142 +ficlVmGetWord @143 +ficlVmGetWord0 @144 +ficlVmGetWordToPad @145 +ficlVmInnerLoop @146 +ficlVmParseFloatNumber @147 +ficlVmParseNumber @148 +ficlVmParseString @149 +ficlVmParseStringEx @150 +ficlVmParseWord @151 +ficlVmParsePrefix @152 +ficlVmPop @153 +ficlVmPopIP @154 +ficlVmPopTib @155 +ficlVmPush @156 +ficlVmPushIP @157 +ficlVmPushTib @158 +ficlVmQuit @159 +ficlVmReset @160 +ficlVmSetTextOut @161 +ficlVmTextOut @162 +ficlVmThrow @163 +ficlVmThrowError @164 +ficlWordClassify @165 +ficlWordIsCompileOnly @166 +ficlWordIsImmediate @167 + +;;; end-of-file + |
