Lines Matching refs:ficlUnsigned8
342 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()
835 ficlDictionaryClearFlags(ficlDictionary *dictionary, ficlUnsigned8 clear) in ficlDictionaryClearFlags()