Home
last modified time | relevance | path

Searched refs:ficlUnsigned8 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Ddictionary.c342 ficlPrimitive code, ficlUnsigned8 flags) in ficlDictionaryAppendWord()
344 ficlUnsigned8 length = (ficlUnsigned8)FICL_STRING_GET_LENGTH(name); in ficlDictionaryAppendWord()
360 word->flags = (ficlUnsigned8)(flags | FICL_WORD_SMUDGED); in ficlDictionaryAppendWord()
383 ficlPrimitive code, ficlUnsigned8 flags) in ficlDictionaryAppendPrimitive()
393 ficlPrimitive code, ficlUnsigned8 flags) in ficlDictionarySetPrimitive()
413 ficlInstruction i, ficlUnsigned8 flags) in ficlDictionaryAppendInstruction()
416 (ficlPrimitive)i, (ficlUnsigned8)(FICL_WORD_INSTRUCTION | flags))); in ficlDictionaryAppendInstruction()
421 ficlInstruction i, ficlUnsigned8 flags) in ficlDictionarySetInstruction()
424 (ficlPrimitive)i, (ficlUnsigned8)(FICL_WORD_INSTRUCTION | flags))); in ficlDictionarySetInstruction()
822 ficlDictionarySetFlags(ficlDictionary *dictionary, ficlUnsigned8 set) in ficlDictionarySetFlags()
[all …]
H A Dficl.h427 typedef unsigned char ficlUnsigned8; typedef
799 ficlUnsigned8 length;
1208 ficlUnsigned8 flags;
1209 ficlUnsigned8 length; /* Number of chars in word name */
1402 ficlPrimitive pCode, ficlUnsigned8 flags);
1405 ficlPrimitive pCode, ficlUnsigned8 flags);
1408 ficlInstruction i, ficlUnsigned8 flags);
1456 ficlPrimitive code, ficlUnsigned8 flags);
1459 ficlInstruction i, ficlUnsigned8 flags);
1488 ficlDictionarySetFlags(ficlDictionary *dictionary, ficlUnsigned8 set);
[all …]
H A Dhash.c43 ficlUnsigned8 *trace; in ficlHashCode()
51 for (trace = (ficlUnsigned8 *)s.text; in ficlHashCode()
H A Dvm.c349 ficlUnsigned8 length; in ficlVmInnerLoop()
789 ficlUnsigned8 *integer8; in ficlVmInnerLoop()
791 integer8 = (ficlUnsigned8 *)dataTop->p; in ficlVmInnerLoop()
797 ficlUnsigned8 *integer8; in ficlVmInnerLoop()
799 integer8 = (ficlUnsigned8 *)(dataTop--)->p; in ficlVmInnerLoop()
800 *integer8 = (ficlUnsigned8)((dataTop--)->u); in ficlVmInnerLoop()
2094 counted->length = (ficlUnsigned8)FICL_STRING_GET_LENGTH(s); in ficlVmGetString()
2603 ficlUnsigned8 length = (ficlUnsigned8)FICL_STRING_GET_LENGTH(s); in ficlVmParseNumber()
H A Dsearch.c138 name.length = (ficlUnsigned8)ficlStackPopUnsigned(vm->dataStack); in ficlPrimitiveSearchWordlist()
H A Dprimitives.c1296 counted->length + sizeof (ficlUnsigned8)); in ficlPrimitiveCountedStringQuoteIm()
2112 counted->length = (ficlUnsigned8)FICL_STRING_GET_LENGTH(name); in ficlPrimitiveWord()
/illumos-gate/usr/src/common/ficl/ficlplatform/
H A Dunix.h50 typedef uint8_t ficlUnsigned8; typedef