Home
last modified time | relevance | path

Searched refs:UNS8 (Results 1 – 9 of 9) sorted by relevance

/freebsd/stand/ficl/
H A Ddict.c218 UNS8 flags) in dictAppendWord()
236 UNS8 flags) in dictAppendWord2()
253 pFW->flags = (UNS8)(flags | FW_SMUDGE); in dictAppendWord2()
640 void dictSetFlags(FICL_DICT *pDict, UNS8 set, UNS8 clr) in dictSetFlags()
735 UNS8 *cp; in hashHashCode()
743 for (cp = (UNS8 *)si.cp; si.count && *cp; cp++, si.count--) in hashHashCode()
H A Dficl.h530 UNS8 flags; /* Immediate, Smudge, Compile-only */
750 UNS8 flags);
754 UNS8 flags);
774 void dictSetFlags (FICL_DICT *pDict, UNS8 set, UNS8 clr);
H A Dwords.c1205 UNS8 *pc; in cFetch()
1209 pc = (UNS8 *)stackPopPtr(pVM->pStack); in cFetch()
1216 UNS8 *pc; in cStore()
1220 pc = (UNS8 *)stackPopPtr(pVM->pStack); in cStore()
1221 *pc = (UNS8)(stackPop(pVM->pStack).u); in cStore()
/freebsd/stand/ficl/aarch64/
H A Dsysdep.h92 #if !defined UNS8
93 #define UNS8 unsigned char macro
/freebsd/stand/ficl/arm/
H A Dsysdep.h92 #if !defined UNS8
93 #define UNS8 unsigned char macro
/freebsd/stand/ficl/amd64/
H A Dsysdep.h92 #if !defined UNS8
93 #define UNS8 unsigned char macro
/freebsd/stand/ficl/i386/
H A Dsysdep.h90 #if !defined UNS8
91 #define UNS8 unsigned char macro
/freebsd/stand/ficl/riscv/
H A Dsysdep.h92 #if !defined UNS8
93 #define UNS8 unsigned char macro
/freebsd/stand/ficl/powerpc/
H A Dsysdep.h92 #if !defined UNS8
93 #define UNS8 unsigned char macro