Home
last modified time | relevance | path

Searched refs:FICL_WANT_VCALL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/ficl/softcore/
H A Doo.fr287 S" FICL_WANT_VCALL" ENVIRONMENT? drop [if]
308 [endif] \ FICL_WANT_VCALL
358 [ S" FICL_WANT_VCALL" ENVIRONMENT? drop ] [if]
383 S" FICL_WANT_VCALL" ENVIRONMENT? drop [if]
400 S" FICL_WANT_VCALL" ENVIRONMENT? drop [if]
512 [ S" FICL_WANT_VCALL" ENVIRONMENT? drop ] [if]
575 S" FICL_WANT_VCALL" ENVIRONMENT? drop [if]
591 [ S" FICL_WANT_VCALL" ENVIRONMENT? drop ] [if]
/illumos-gate/usr/src/common/ficl/
H A Dsystem.c230 ADD_COMPILE_FLAG(FICL_WANT_VCALL); in ficlSystemCreate()
H A Dficl.h334 #if !defined(FICL_WANT_VCALL)
335 #define FICL_WANT_VCALL (0) macro