Lines Matching refs:dictAppendWord
4856 dictAppendWord(dp, "!", store, FW_DEFAULT); in ficlCompileCore()
4857 dictAppendWord(dp, "#", numberSign, FW_DEFAULT); in ficlCompileCore()
4858 dictAppendWord(dp, "#>", numberSignGreater,FW_DEFAULT); in ficlCompileCore()
4859 dictAppendWord(dp, "#s", numberSignS, FW_DEFAULT); in ficlCompileCore()
4860 dictAppendWord(dp, "\'", ficlTick, FW_DEFAULT); in ficlCompileCore()
4861 dictAppendWord(dp, "(", commentHang, FW_IMMEDIATE); in ficlCompileCore()
4862 dictAppendWord(dp, "*", mul, FW_DEFAULT); in ficlCompileCore()
4863 dictAppendWord(dp, "*/", mulDiv, FW_DEFAULT); in ficlCompileCore()
4864 dictAppendWord(dp, "*/mod", mulDivRem, FW_DEFAULT); in ficlCompileCore()
4865 dictAppendWord(dp, "+", add, FW_DEFAULT); in ficlCompileCore()
4866 dictAppendWord(dp, "+!", plusStore, FW_DEFAULT); in ficlCompileCore()
4867 dictAppendWord(dp, "+loop", plusLoopCoIm, FW_COMPIMMED); in ficlCompileCore()
4868 dictAppendWord(dp, ",", comma, FW_DEFAULT); in ficlCompileCore()
4869 dictAppendWord(dp, "-", sub, FW_DEFAULT); in ficlCompileCore()
4870 dictAppendWord(dp, ".", displayCell, FW_DEFAULT); in ficlCompileCore()
4871 dictAppendWord(dp, ".\"", dotQuoteCoIm, FW_COMPIMMED); in ficlCompileCore()
4872 dictAppendWord(dp, "/", ficlDiv, FW_DEFAULT); in ficlCompileCore()
4873 dictAppendWord(dp, "/mod", slashMod, FW_DEFAULT); in ficlCompileCore()
4874 dictAppendWord(dp, "0<", zeroLess, FW_DEFAULT); in ficlCompileCore()
4875 dictAppendWord(dp, "0=", zeroEquals, FW_DEFAULT); in ficlCompileCore()
4876 dictAppendWord(dp, "1+", onePlus, FW_DEFAULT); in ficlCompileCore()
4877 dictAppendWord(dp, "1-", oneMinus, FW_DEFAULT); in ficlCompileCore()
4878 dictAppendWord(dp, "2!", twoStore, FW_DEFAULT); in ficlCompileCore()
4879 dictAppendWord(dp, "2*", twoMul, FW_DEFAULT); in ficlCompileCore()
4880 dictAppendWord(dp, "2/", twoDiv, FW_DEFAULT); in ficlCompileCore()
4881 dictAppendWord(dp, "2@", twoFetch, FW_DEFAULT); in ficlCompileCore()
4882 dictAppendWord(dp, "2drop", twoDrop, FW_DEFAULT); in ficlCompileCore()
4883 dictAppendWord(dp, "2dup", twoDup, FW_DEFAULT); in ficlCompileCore()
4884 dictAppendWord(dp, "2over", twoOver, FW_DEFAULT); in ficlCompileCore()
4885 dictAppendWord(dp, "2swap", twoSwap, FW_DEFAULT); in ficlCompileCore()
4886 dictAppendWord(dp, ":", colon, FW_DEFAULT); in ficlCompileCore()
4887 dictAppendWord(dp, ";", semicolonCoIm, FW_COMPIMMED); in ficlCompileCore()
4888 dictAppendWord(dp, "<", isLess, FW_DEFAULT); in ficlCompileCore()
4889 dictAppendWord(dp, "<#", lessNumberSign, FW_DEFAULT); in ficlCompileCore()
4890 dictAppendWord(dp, "=", isEqual, FW_DEFAULT); in ficlCompileCore()
4891 dictAppendWord(dp, ">", isGreater, FW_DEFAULT); in ficlCompileCore()
4892 dictAppendWord(dp, ">body", toBody, FW_DEFAULT); in ficlCompileCore()
4893 dictAppendWord(dp, ">in", toIn, FW_DEFAULT); in ficlCompileCore()
4894 dictAppendWord(dp, ">number", toNumber, FW_DEFAULT); in ficlCompileCore()
4895 dictAppendWord(dp, ">r", toRStack, FW_COMPILE); in ficlCompileCore()
4896 dictAppendWord(dp, "?dup", questionDup, FW_DEFAULT); in ficlCompileCore()
4897 dictAppendWord(dp, "@", fetch, FW_DEFAULT); in ficlCompileCore()
4898 dictAppendWord(dp, "abort", ficlAbort, FW_DEFAULT); in ficlCompileCore()
4899 dictAppendWord(dp, "accept", accept, FW_DEFAULT); in ficlCompileCore()
4900 dictAppendWord(dp, "align", align, FW_DEFAULT); in ficlCompileCore()
4901 dictAppendWord(dp, "aligned", aligned, FW_DEFAULT); in ficlCompileCore()
4902 dictAppendWord(dp, "allot", allot, FW_DEFAULT); in ficlCompileCore()
4903 dictAppendWord(dp, "and", bitwiseAnd, FW_DEFAULT); in ficlCompileCore()
4904 dictAppendWord(dp, "base", base, FW_DEFAULT); in ficlCompileCore()
4905 dictAppendWord(dp, "begin", beginCoIm, FW_COMPIMMED); in ficlCompileCore()
4906 dictAppendWord(dp, "c!", cStore, FW_DEFAULT); in ficlCompileCore()
4907 dictAppendWord(dp, "c,", cComma, FW_DEFAULT); in ficlCompileCore()
4908 dictAppendWord(dp, "c@", cFetch, FW_DEFAULT); in ficlCompileCore()
4909 dictAppendWord(dp, "case", caseCoIm, FW_COMPIMMED); in ficlCompileCore()
4910 dictAppendWord(dp, "cell+", cellPlus, FW_DEFAULT); in ficlCompileCore()
4911 dictAppendWord(dp, "cells", cells, FW_DEFAULT); in ficlCompileCore()
4912 dictAppendWord(dp, "char", ficlChar, FW_DEFAULT); in ficlCompileCore()
4913 dictAppendWord(dp, "char+", charPlus, FW_DEFAULT); in ficlCompileCore()
4914 dictAppendWord(dp, "chars", ficlChars, FW_DEFAULT); in ficlCompileCore()
4915 dictAppendWord(dp, "constant", constant, FW_DEFAULT); in ficlCompileCore()
4916 dictAppendWord(dp, "count", count, FW_DEFAULT); in ficlCompileCore()
4917 dictAppendWord(dp, "cr", cr, FW_DEFAULT); in ficlCompileCore()
4918 dictAppendWord(dp, "create", create, FW_DEFAULT); in ficlCompileCore()
4919 dictAppendWord(dp, "decimal", decimal, FW_DEFAULT); in ficlCompileCore()
4920 dictAppendWord(dp, "depth", depth, FW_DEFAULT); in ficlCompileCore()
4921 dictAppendWord(dp, "do", doCoIm, FW_COMPIMMED); in ficlCompileCore()
4922 dictAppendWord(dp, "does>", doesCoIm, FW_COMPIMMED); in ficlCompileCore()
4924 dictAppendWord(dp, "drop", drop, FW_DEFAULT); in ficlCompileCore()
4925 dictAppendWord(dp, "dup", dup, FW_DEFAULT); in ficlCompileCore()
4926 dictAppendWord(dp, "else", elseCoIm, FW_COMPIMMED); in ficlCompileCore()
4927 dictAppendWord(dp, "emit", emit, FW_DEFAULT); in ficlCompileCore()
4928 dictAppendWord(dp, "endcase", endcaseCoIm, FW_COMPIMMED); in ficlCompileCore()
4929 dictAppendWord(dp, "endof", endofCoIm, FW_COMPIMMED); in ficlCompileCore()
4930 dictAppendWord(dp, "environment?", environmentQ,FW_DEFAULT); in ficlCompileCore()
4931 dictAppendWord(dp, "evaluate", evaluate, FW_DEFAULT); in ficlCompileCore()
4932 dictAppendWord(dp, "execute", execute, FW_DEFAULT); in ficlCompileCore()
4933 dictAppendWord(dp, "exit", exitCoIm, FW_COMPIMMED); in ficlCompileCore()
4934 dictAppendWord(dp, "fallthrough",fallthroughCoIm,FW_COMPIMMED); in ficlCompileCore()
4935 dictAppendWord(dp, "fill", fill, FW_DEFAULT); in ficlCompileCore()
4936 dictAppendWord(dp, "find", cFind, FW_DEFAULT); in ficlCompileCore()
4937 dictAppendWord(dp, "fm/mod", fmSlashMod, FW_DEFAULT); in ficlCompileCore()
4938 dictAppendWord(dp, "here", here, FW_DEFAULT); in ficlCompileCore()
4939 dictAppendWord(dp, "hold", hold, FW_DEFAULT); in ficlCompileCore()
4940 dictAppendWord(dp, "i", loopICo, FW_COMPILE); in ficlCompileCore()
4941 dictAppendWord(dp, "if", ifCoIm, FW_COMPIMMED); in ficlCompileCore()
4942 dictAppendWord(dp, "immediate", immediate, FW_DEFAULT); in ficlCompileCore()
4943 dictAppendWord(dp, "invert", bitwiseNot, FW_DEFAULT); in ficlCompileCore()
4944 dictAppendWord(dp, "j", loopJCo, FW_COMPILE); in ficlCompileCore()
4945 dictAppendWord(dp, "k", loopKCo, FW_COMPILE); in ficlCompileCore()
4946 dictAppendWord(dp, "leave", leaveCo, FW_COMPILE); in ficlCompileCore()
4947 dictAppendWord(dp, "literal", literalIm, FW_IMMEDIATE); in ficlCompileCore()
4948 dictAppendWord(dp, "loop", loopCoIm, FW_COMPIMMED); in ficlCompileCore()
4949 dictAppendWord(dp, "lshift", lshift, FW_DEFAULT); in ficlCompileCore()
4950 dictAppendWord(dp, "m*", mStar, FW_DEFAULT); in ficlCompileCore()
4951 dictAppendWord(dp, "max", ficlMax, FW_DEFAULT); in ficlCompileCore()
4952 dictAppendWord(dp, "min", ficlMin, FW_DEFAULT); in ficlCompileCore()
4953 dictAppendWord(dp, "mod", ficlMod, FW_DEFAULT); in ficlCompileCore()
4954 dictAppendWord(dp, "move", move, FW_DEFAULT); in ficlCompileCore()
4955 dictAppendWord(dp, "negate", negate, FW_DEFAULT); in ficlCompileCore()
4956 dictAppendWord(dp, "of", ofCoIm, FW_COMPIMMED); in ficlCompileCore()
4957 dictAppendWord(dp, "or", bitwiseOr, FW_DEFAULT); in ficlCompileCore()
4958 dictAppendWord(dp, "over", over, FW_DEFAULT); in ficlCompileCore()
4959 dictAppendWord(dp, "postpone", postponeCoIm, FW_COMPIMMED); in ficlCompileCore()
4960 dictAppendWord(dp, "quit", quit, FW_DEFAULT); in ficlCompileCore()
4961 dictAppendWord(dp, "r>", fromRStack, FW_COMPILE); in ficlCompileCore()
4962 dictAppendWord(dp, "r@", fetchRStack, FW_COMPILE); in ficlCompileCore()
4963 dictAppendWord(dp, "recurse", recurseCoIm, FW_COMPIMMED); in ficlCompileCore()
4964 dictAppendWord(dp, "repeat", repeatCoIm, FW_COMPIMMED); in ficlCompileCore()
4965 dictAppendWord(dp, "rot", rot, FW_DEFAULT); in ficlCompileCore()
4966 dictAppendWord(dp, "rshift", rshift, FW_DEFAULT); in ficlCompileCore()
4967 dictAppendWord(dp, "s\"", stringQuoteIm, FW_IMMEDIATE); in ficlCompileCore()
4968 dictAppendWord(dp, "s>d", sToD, FW_DEFAULT); in ficlCompileCore()
4969 dictAppendWord(dp, "sign", sign, FW_DEFAULT); in ficlCompileCore()
4970 dictAppendWord(dp, "sm/rem", smSlashRem, FW_DEFAULT); in ficlCompileCore()
4971 dictAppendWord(dp, "source", source, FW_DEFAULT); in ficlCompileCore()
4972 dictAppendWord(dp, "state", state, FW_DEFAULT); in ficlCompileCore()
4973 dictAppendWord(dp, "swap", swap, FW_DEFAULT); in ficlCompileCore()
4974 dictAppendWord(dp, "then", endifCoIm, FW_COMPIMMED); in ficlCompileCore()
4975 dictAppendWord(dp, "type", type, FW_DEFAULT); in ficlCompileCore()
4976 dictAppendWord(dp, "u.", uDot, FW_DEFAULT); in ficlCompileCore()
4977 dictAppendWord(dp, "u<", uIsLess, FW_DEFAULT); in ficlCompileCore()
4978 dictAppendWord(dp, "um*", umStar, FW_DEFAULT); in ficlCompileCore()
4979 dictAppendWord(dp, "um/mod", umSlashMod, FW_DEFAULT); in ficlCompileCore()
4980 dictAppendWord(dp, "unloop", unloopCo, FW_COMPILE); in ficlCompileCore()
4981 dictAppendWord(dp, "until", untilCoIm, FW_COMPIMMED); in ficlCompileCore()
4982 dictAppendWord(dp, "variable", variable, FW_DEFAULT); in ficlCompileCore()
4983 dictAppendWord(dp, "while", whileCoIm, FW_COMPIMMED); in ficlCompileCore()
4984 dictAppendWord(dp, "word", ficlWord, FW_DEFAULT); in ficlCompileCore()
4985 dictAppendWord(dp, "xor", bitwiseXor, FW_DEFAULT); in ficlCompileCore()
4986 dictAppendWord(dp, "[", lbracketCoIm, FW_COMPIMMED); in ficlCompileCore()
4987 dictAppendWord(dp, "[\']", bracketTickCoIm,FW_COMPIMMED); in ficlCompileCore()
4988 dictAppendWord(dp, "[char]", charCoIm, FW_COMPIMMED); in ficlCompileCore()
4989 dictAppendWord(dp, "]", rbracket, FW_DEFAULT); in ficlCompileCore()
4995 dictAppendWord(dp, ".(", dotParen, FW_IMMEDIATE); in ficlCompileCore()
4997 dictAppendWord(dp, "0>", zeroGreater, FW_DEFAULT); in ficlCompileCore()
4998 dictAppendWord(dp, "2>r", twoToR, FW_COMPILE); in ficlCompileCore()
4999 dictAppendWord(dp, "2r>", twoRFrom, FW_COMPILE); in ficlCompileCore()
5000 dictAppendWord(dp, "2r@", twoRFetch, FW_COMPILE); in ficlCompileCore()
5001 dictAppendWord(dp, ":noname", colonNoName, FW_DEFAULT); in ficlCompileCore()
5002 dictAppendWord(dp, "?do", qDoCoIm, FW_COMPIMMED); in ficlCompileCore()
5003 dictAppendWord(dp, "again", againCoIm, FW_COMPIMMED); in ficlCompileCore()
5004 dictAppendWord(dp, "c\"", cstringQuoteIm, FW_IMMEDIATE); in ficlCompileCore()
5005 dictAppendWord(dp, "hex", hex, FW_DEFAULT); in ficlCompileCore()
5006 dictAppendWord(dp, "pad", pad, FW_DEFAULT); in ficlCompileCore()
5007 dictAppendWord(dp, "parse", parse, FW_DEFAULT); in ficlCompileCore()
5008 dictAppendWord(dp, "pick", pick, FW_DEFAULT); in ficlCompileCore()
5010 dictAppendWord(dp, "roll", roll, FW_DEFAULT); in ficlCompileCore()
5011 dictAppendWord(dp, "refill", refill, FW_DEFAULT); in ficlCompileCore()
5012 dictAppendWord(dp, "source-id", sourceid, FW_DEFAULT); in ficlCompileCore()
5013 dictAppendWord(dp, "to", toValue, FW_IMMEDIATE); in ficlCompileCore()
5014 dictAppendWord(dp, "value", constant, FW_DEFAULT); in ficlCompileCore()
5015 dictAppendWord(dp, "\\", commentLine, FW_IMMEDIATE); in ficlCompileCore()
5039 dictAppendWord(dp, "2constant", twoConstant, FW_IMMEDIATE); in ficlCompileCore()
5040 dictAppendWord(dp, "2literal", twoLiteralIm, FW_IMMEDIATE); in ficlCompileCore()
5041 dictAppendWord(dp, "2variable", twoVariable, FW_IMMEDIATE); in ficlCompileCore()
5042 dictAppendWord(dp, "dnegate", dnegate, FW_DEFAULT); in ficlCompileCore()
5048 dictAppendWord(dp, "catch", ficlCatch, FW_DEFAULT); in ficlCompileCore()
5049 dictAppendWord(dp, "throw", ficlThrow, FW_DEFAULT); in ficlCompileCore()
5060 dictAppendWord(dp, "(link)", linkParen, FW_COMPILE); in ficlCompileCore()
5062 dictAppendWord(dp, "(unlink)", unlinkParen, FW_COMPILE); in ficlCompileCore()
5063 dictAppendWord(dp, "doLocal", doLocalIm, FW_COMPIMMED); in ficlCompileCore()
5065 dictAppendWord(dp, "(@local)", getLocalParen, FW_COMPILE); in ficlCompileCore()
5067 dictAppendWord(dp, "(toLocal)", toLocalParen, FW_COMPILE); in ficlCompileCore()
5069 dictAppendWord(dp, "(@local0)", getLocal0, FW_COMPILE); in ficlCompileCore()
5071 dictAppendWord(dp, "(toLocal0)",toLocal0, FW_COMPILE); in ficlCompileCore()
5073 dictAppendWord(dp, "(@local1)", getLocal1, FW_COMPILE); in ficlCompileCore()
5075 dictAppendWord(dp, "(toLocal1)",toLocal1, FW_COMPILE); in ficlCompileCore()
5076 dictAppendWord(dp, "(local)", localParen, FW_COMPILE); in ficlCompileCore()
5079 dictAppendWord(dp, "(@2local)", get2LocalParen, FW_COMPILE); in ficlCompileCore()
5081 dictAppendWord(dp, "(to2Local)",to2LocalParen, FW_COMPILE); in ficlCompileCore()
5082 dictAppendWord(dp, "(2local)", twoLocalParen, FW_COMPILE); in ficlCompileCore()
5093 dictAppendWord(dp, "allocate", ansAllocate, FW_DEFAULT); in ficlCompileCore()
5094 dictAppendWord(dp, "free", ansFree, FW_DEFAULT); in ficlCompileCore()
5095 dictAppendWord(dp, "resize", ansResize, FW_DEFAULT); in ficlCompileCore()
5120 dictAppendWord(dp, ".hash", dictHashSummary,FW_DEFAULT); in ficlCompileCore()
5122 dictAppendWord(dp, ".ver", ficlVersion, FW_DEFAULT); in ficlCompileCore()
5123 dictAppendWord(dp, "-roll", minusRoll, FW_DEFAULT); in ficlCompileCore()
5124 dictAppendWord(dp, ">name", toName, FW_DEFAULT); in ficlCompileCore()
5125 dictAppendWord(dp, "add-parse-step", in ficlCompileCore()
5127 dictAppendWord(dp, "body>", fromBody, FW_DEFAULT); in ficlCompileCore()
5128 dictAppendWord(dp, "compare", compareString, FW_DEFAULT); /* STRING */ in ficlCompileCore()
5129 … dictAppendWord(dp, "compare-insensitive", compareStringInsensitive, FW_DEFAULT); /* STRING */ in ficlCompileCore()
5130 dictAppendWord(dp, "compile-only", in ficlCompileCore()
5132 dictAppendWord(dp, "endif", endifCoIm, FW_COMPIMMED); in ficlCompileCore()
5133 dictAppendWord(dp, "last-word", getLastWord, FW_DEFAULT); in ficlCompileCore()
5134 dictAppendWord(dp, "hash", hash, FW_DEFAULT); in ficlCompileCore()
5135 dictAppendWord(dp, "objectify", setObjectFlag, FW_DEFAULT); in ficlCompileCore()
5136 dictAppendWord(dp, "?object", isObject, FW_DEFAULT); in ficlCompileCore()
5137 dictAppendWord(dp, "parse-word",parseNoCopy, FW_DEFAULT); in ficlCompileCore()
5138 dictAppendWord(dp, "sfind", sFind, FW_DEFAULT); in ficlCompileCore()
5139 dictAppendWord(dp, "sliteral", sLiteralCoIm, FW_COMPIMMED); /* STRING */ in ficlCompileCore()
5140 dictAppendWord(dp, "sprintf", ficlSprintf, FW_DEFAULT); in ficlCompileCore()
5141 dictAppendWord(dp, "strlen", ficlStrlen, FW_DEFAULT); in ficlCompileCore()
5142 dictAppendWord(dp, "q@", quadFetch, FW_DEFAULT); in ficlCompileCore()
5143 dictAppendWord(dp, "q!", quadStore, FW_DEFAULT); in ficlCompileCore()
5144 dictAppendWord(dp, "w@", wFetch, FW_DEFAULT); in ficlCompileCore()
5145 dictAppendWord(dp, "w!", wStore, FW_DEFAULT); in ficlCompileCore()
5146 dictAppendWord(dp, "x.", hexDot, FW_DEFAULT); in ficlCompileCore()
5148 dictAppendWord(dp, "(user)", userParen, FW_DEFAULT); in ficlCompileCore()
5149 dictAppendWord(dp, "user", userVariable, FW_DEFAULT); in ficlCompileCore()
5152 dictAppendWord(dp, "random", ficlRandom, FW_DEFAULT); in ficlCompileCore()
5153 dictAppendWord(dp, "seed-random",ficlSeedRandom,FW_DEFAULT); in ficlCompileCore()
5159 dictAppendWord(dp, "(create)", createParen, FW_COMPILE); in ficlCompileCore()
5161 dictAppendWord(dp, "(exit)", exitParen, FW_COMPILE); in ficlCompileCore()
5163 dictAppendWord(dp, "(;)", semiParen, FW_COMPILE); in ficlCompileCore()
5165 dictAppendWord(dp, "(literal)", literalParen, FW_COMPILE); in ficlCompileCore()
5167 dictAppendWord(dp, "(2literal)",twoLitParen, FW_COMPILE); in ficlCompileCore()
5169 dictAppendWord(dp, "(.\")", stringLit, FW_COMPILE); in ficlCompileCore()
5171 dictAppendWord(dp, "(c\")", cstringLit, FW_COMPILE); in ficlCompileCore()
5173 dictAppendWord(dp, "(branch0)", branch0, FW_COMPILE); in ficlCompileCore()
5175 dictAppendWord(dp, "(branch)", branchParen, FW_COMPILE); in ficlCompileCore()
5177 dictAppendWord(dp, "(do)", doParen, FW_COMPILE); in ficlCompileCore()
5179 dictAppendWord(dp, "(does>)", doesParen, FW_COMPILE); in ficlCompileCore()
5181 dictAppendWord(dp, "(?do)", qDoParen, FW_COMPILE); in ficlCompileCore()
5183 dictAppendWord(dp, "(loop)", loopParen, FW_COMPILE); in ficlCompileCore()
5185 dictAppendWord(dp, "(+loop)", plusLoopParen, FW_COMPILE); in ficlCompileCore()
5187 dictAppendWord(dp, "interpret", interpret, FW_DEFAULT); in ficlCompileCore()
5188 dictAppendWord(dp, "lookup", lookup, FW_DEFAULT); in ficlCompileCore()
5190 dictAppendWord(dp, "(of)", ofParen, FW_DEFAULT); in ficlCompileCore()
5191 dictAppendWord(dp, "(variable)",variableParen, FW_COMPILE); in ficlCompileCore()
5192 dictAppendWord(dp, "(constant)",constantParen, FW_COMPILE); in ficlCompileCore()
5193 dictAppendWord(dp, "(parse-step)", in ficlCompileCore()
5196 dictAppendWord(dp, "exit-inner",ficlExitInner, FW_DEFAULT); in ficlCompileCore()