Home
last modified time | relevance | path

Searched refs:FICL_WANT_OOP (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/ficl/softcore/
H A Dficlclass.fr1 S" FICL_WANT_OOP" ENVIRONMENT? drop [if]
H A Dstring.fr1 S" FICL_WANT_OOP" ENVIRONMENT? drop [if]
H A Dclasses.fr1 S" FICL_WANT_OOP" ENVIRONMENT? drop [if]
H A Doo.fr1 S" FICL_WANT_OOP" ENVIRONMENT? drop [if]
/illumos-gate/usr/src/common/ficl/
H A Dficl.h196 #define FICL_WANT_OOP (0) macro
289 #if !defined(FICL_WANT_OOP)
290 #define FICL_WANT_OOP ((FICL_WANT_LOCALS) && (FICL_WANT_USER)) macro
H A Dsystem.c226 ADD_COMPILE_FLAG(FICL_WANT_OOP); in ficlSystemCreate()