Searched defs:ficlInstruction (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dficl.h967 * these constants are an enumerated type called ficlInstruction.
969 enum ficlInstruction enum
981 typedef intptr_t ficlInstruction; typedef
1133 ficlVmExecuteInstruction(ficlVm *vm, ficlInstruction i);
1210 ficlInstruction semiParen; /* Native code to execute the word */
1250 * This word represents a ficlInstruction, not a normal word.
1406 ficlInstruction i, ficlUnsigned8 flags);
1410 ficlString name, ficlInstruction instruction, ficlInteger value);
1413 ficlString name, ficlInstruction instruction, ficl2Integer value);
1435 ficlString name, ficlInstruction instructio
[all...]

Completed in 211 milliseconds