Home
last modified time | relevance | path

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

/dports/lang/ficl/ficl-4.1.0/
H A Ddictionary.c326 ficlUnsigned8 flags) in ficlDictionaryAppendWord()
328 ficlUnsigned8 length = (ficlUnsigned8)FICL_STRING_GET_LENGTH(name); in ficlDictionaryAppendWord()
344 word->flags = (ficlUnsigned8)(flags | FICL_WORD_SMUDGED); in ficlDictionaryAppendWord()
368 ficlUnsigned8 flags) in ficlDictionaryAppendPrimitive()
379 ficlUnsigned8 flags) in ficlDictionarySetPrimitive()
403 ficlUnsigned8 flags) in ficlDictionaryAppendInstruction()
405 …return ficlDictionaryAppendPrimitive(dictionary, name, (ficlPrimitive)i, (ficlUnsigned8)(FICL_WORD… in ficlDictionaryAppendInstruction()
411 ficlUnsigned8 flags) in ficlDictionarySetInstruction()
413 …return ficlDictionarySetPrimitive(dictionary, name, (ficlPrimitive)i, (ficlUnsigned8)(FICL_WORD_IN… in ficlDictionarySetInstruction()
786 void ficlDictionarySetFlags(ficlDictionary *dictionary, ficlUnsigned8 set) in ficlDictionarySetFlags()
[all …]
H A Dbit.c41 ficlUnsigned8 *pointer = (ficlUnsigned8 *)&number; in ficlNetworkUnsigned16()
H A Dficl.h468 typedef unsigned char ficlUnsigned8; typedef
869 ficlUnsigned8 length;
1256ficlUnsigned8 flags; /* Immediate, Smudge, Compile-only, IsOjbect, Instruction …
1257 ficlUnsigned8 length; /* Number of chars in word name */
1440 ficlUnsigned8 flags);
1444 ficlUnsigned8 flags);
1448 ficlUnsigned8 flags);
1474 ficlUnsigned8 flags);
1478 ficlUnsigned8 flags);
1494 …M_EXTERN void ficlDictionarySetFlags (ficlDictionary *dictionary, ficlUnsigned8 set);
[all …]
H A Dhash.c51 ficlUnsigned8 *trace; in ficlHashCode()
59 for (trace = (ficlUnsigned8 *)s.text; s.length && *trace; trace++, s.length--) in ficlHashCode()
H A Dvm.c372 ficlUnsigned8 length; in ficlVmInnerLoop()
860 ficlUnsigned8 *integer8; in ficlVmInnerLoop()
862 integer8 = (ficlUnsigned8 *)dataTop->p; in ficlVmInnerLoop()
869 ficlUnsigned8 *integer8; in ficlVmInnerLoop()
871 integer8 = (ficlUnsigned8 *)(dataTop--)->p; in ficlVmInnerLoop()
872 *integer8 = (ficlUnsigned8)((dataTop--)->u); in ficlVmInnerLoop()
2353 counted->length = (ficlUnsigned8)FICL_STRING_GET_LENGTH(s); in ficlVmGetString()
2874 ficlUnsigned8 length = (ficlUnsigned8)FICL_STRING_GET_LENGTH(s); in ficlVmParseNumber()
H A Dcompatibility.c103 ficlUnsigned8 flags) in dictAppendWord()
108 ficlUnsigned8 flags) in dictAppendWord2()
129 …ERN void dictSetFlags (ficlDictionary *dictionary, ficlUnsigned8 set, ficlUnsigned8 clear… in dictSetFlags()
H A Dficlcompatibility.h19 typedef ficlUnsigned8 UNS8;
32 ficlUnsigned8 count;
H A Dsearch.c141 name.length = (ficlUnsigned8)ficlStackPopUnsigned(vm->dataStack); in ficlPrimitiveSearchWordlist()
H A Dprimitives.c1373 ficlVmDictionaryAllot(vm, dictionary, counted->length + sizeof(ficlUnsigned8)); in ficlPrimitiveCountedStringQuoteIm()
2231 counted->length = (ficlUnsigned8)FICL_STRING_GET_LENGTH(name); in ficlPrimitiveWord()
/dports/lang/fth/fth-1.4.1/ficl/
H A Dhash.c107 ficlUnsigned8 *trace; in ficlHashCode()
115 for (trace = (ficlUnsigned8 *)s.text; s.length && *trace; trace++, s.length--) in ficlHashCode()
H A Dficllocal.h78 typedef unsigned char ficlUnsigned8; typedef
H A Dvm.c779 ficlUnsigned8 *integer8; in ficlVmInnerLoop()
782 integer8 = (ficlUnsigned8 *)VM_STACK_VOIDP_REF(dataTop); in ficlVmInnerLoop()
789 ficlUnsigned8 *integer8; in ficlVmInnerLoop()
792 integer8 = (ficlUnsigned8 *)VM_STACK_VOIDP_REF(dataTop); in ficlVmInnerLoop()
794 *integer8 = (ficlUnsigned8)VM_STACK_UINT_REF(dataTop); in ficlVmInnerLoop()
H A Dficl.h265 typedef unsigned char ficlUnsigned8; typedef
H A Dprimitives.c1308 ficlVmDictionaryAllot(dict, (int)(counted->length + sizeof(ficlUnsigned8))); in ficlPrimitiveCountedStringQuoteIm()
/dports/lang/ficl/ficl-4.1.0/ficlplatform/
H A Dalpha.h17 typedef unsigned char ficlUnsigned8; typedef
H A Dansi.h4 typedef uint8_t ficlUnsigned8; typedef
H A Dunix.h26 typedef uint8_t ficlUnsigned8; typedef
H A Dwin32.h35 typedef unsigned char ficlUnsigned8; typedef
/dports/lang/ficl/ficl-4.1.0/doc/source/
H A Dapi.ht121 …onarySetPrimitive(ficlDictionary *dictionary, char *name, ficlCode code, ficlUnsigned8 flags)") ?>