Lines Matching defs:code

25  * 1. Redistributions of source code must retain the above copyright
92 * Changed the code below to compare the pointers first
175 * and whose code is colonParen.
555 * Compiles code for a conditional branch into the dictionary
576 * by "endif" to point past the "else" code.
581 * the "else" code.
798 * hash ( c-addr u -- code)
858 if (word->code == ficlPrimitiveParseStepParen) {
928 * IMMEDIATE code for "literal". This function gets a value from the stack
929 * and compiles it into the dictionary preceded by the code for "(literal)".
1002 * Compiles code to initialize a loop: FICL_VM_STATE_COMPILE (do),
1010 * Compiles code for the test part of a loop:
1195 * Lookup the next word in the input stream and FICL_VM_STATE_COMPILE code to
2018 * Compiling: FICL_VM_STATE_COMPILE code to push the address and count
2345 * word that does doLocalIm at runtime. DoLocalIm compiles code
2473 ficlPrimitive code;
2489 code = ficlPrimitiveDoF2LocalIm;
2492 code = ficlPrimitiveDoFLocalIm;
2498 code = ficlPrimitiveDo2LocalIm;
2501 code = ficlPrimitiveDoLocalIm;
2505 ficlDictionaryAppendWord(locals, name, code,
2512 * FICL_VM_STATE_COMPILE code to create a local
2582 if (word->code == ficlPrimitiveDoLocalIm) {
2585 } else if (word->code == ficlPrimitiveDo2LocalIm) {
2591 else if (word->code == ficlPrimitiveDoFLocalIm) {
2595 } else if (word->code == ficlPrimitiveDoF2LocalIm) {
2643 switch ((ficlInstruction)word->code) {
2679 /* FICL_VM_STATE_COMPILE code to store to word's param */
2890 * while "code" definitions will be executed immediately. I considered
2895 * More comments can be found throughout catch's code.
2977 * and push the exception code