Searched refs:FW_ISOBJECT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/stand/ficl/
H A Dficl.h552 #define FW_ISOBJECT 8 /* word is an object or object member variable */ macro
H A Dwords.c2576 dictSetFlags(vmGetDict(pVM), FW_ISOBJECT, 0); local
2585 flag = ((pFW != NULL) && (pFW->flags & FW_ISOBJECT)) ? FICL_TRUE : FICL_FALSE;

Completed in 60 milliseconds