Symbol: FW_COMPIMMED
stand/ficl/words.c
4323
dictAppendWord2(pLoc, si, doLocalIm, FW_COMPIMMED);
stand/ficl/words.c
4408
dictAppendWord2(pLoc, si, do2LocalIm, FW_COMPIMMED);
stand/ficl/words.c
4878
dictAppendWord(dp, "+loop", plusLoopCoIm, FW_COMPIMMED);
stand/ficl/words.c
4882
dictAppendWord(dp, ".\"", dotQuoteCoIm, FW_COMPIMMED);
stand/ficl/words.c
4898
dictAppendWord(dp, ";", semicolonCoIm, FW_COMPIMMED);
stand/ficl/words.c
4916
dictAppendWord(dp, "begin", beginCoIm, FW_COMPIMMED);
stand/ficl/words.c
4920
dictAppendWord(dp, "case", caseCoIm, FW_COMPIMMED);
stand/ficl/words.c
4932
dictAppendWord(dp, "do", doCoIm, FW_COMPIMMED);
stand/ficl/words.c
4933
dictAppendWord(dp, "does>", doesCoIm, FW_COMPIMMED);
stand/ficl/words.c
4937
dictAppendWord(dp, "else", elseCoIm, FW_COMPIMMED);
stand/ficl/words.c
4939
dictAppendWord(dp, "endcase", endcaseCoIm, FW_COMPIMMED);
stand/ficl/words.c
4940
dictAppendWord(dp, "endof", endofCoIm, FW_COMPIMMED);
stand/ficl/words.c
4944
dictAppendWord(dp, "exit", exitCoIm, FW_COMPIMMED);
stand/ficl/words.c
4945
dictAppendWord(dp, "fallthrough",fallthroughCoIm,FW_COMPIMMED);
stand/ficl/words.c
4952
dictAppendWord(dp, "if", ifCoIm, FW_COMPIMMED);
stand/ficl/words.c
4959
dictAppendWord(dp, "loop", loopCoIm, FW_COMPIMMED);
stand/ficl/words.c
4967
dictAppendWord(dp, "of", ofCoIm, FW_COMPIMMED);
stand/ficl/words.c
4970
dictAppendWord(dp, "postpone", postponeCoIm, FW_COMPIMMED);
stand/ficl/words.c
4974
dictAppendWord(dp, "recurse", recurseCoIm, FW_COMPIMMED);
stand/ficl/words.c
4975
dictAppendWord(dp, "repeat", repeatCoIm, FW_COMPIMMED);
stand/ficl/words.c
4985
dictAppendWord(dp, "then", endifCoIm, FW_COMPIMMED);
stand/ficl/words.c
4993
dictAppendWord(dp, "until", untilCoIm, FW_COMPIMMED);
stand/ficl/words.c
4995
dictAppendWord(dp, "while", whileCoIm, FW_COMPIMMED);
stand/ficl/words.c
4998
dictAppendWord(dp, "[", lbracketCoIm, FW_COMPIMMED);
stand/ficl/words.c
4999
dictAppendWord(dp, "[\']", bracketTickCoIm,FW_COMPIMMED);
stand/ficl/words.c
5000
dictAppendWord(dp, "[char]", charCoIm, FW_COMPIMMED);
stand/ficl/words.c
5014
dictAppendWord(dp, "?do", qDoCoIm, FW_COMPIMMED);
stand/ficl/words.c
5015
dictAppendWord(dp, "again", againCoIm, FW_COMPIMMED);
stand/ficl/words.c
5075
dictAppendWord(dp, "doLocal", doLocalIm, FW_COMPIMMED);
stand/ficl/words.c
5144
dictAppendWord(dp, "endif", endifCoIm, FW_COMPIMMED);
stand/ficl/words.c
5151
dictAppendWord(dp, "sliteral", sLiteralCoIm, FW_COMPIMMED); /* STRING */