Searched defs:FICL_WANT_LOCALS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dficl.h192 #define FICL_WANT_LOCALS (0) macro
274 * FICL_WANT_LOCALS
278 #if !defined FICL_WANT_LOCALS
279 #define FICL_WANT_LOCALS (1) macro
280 #endif /* FICL_WANT_LOCALS */
288 #define FICL_WANT_OOP ((FICL_WANT_LOCALS) && (FICL_WANT_USER))
501 #if (!defined(FICL_MAX_LOCALS)) && FICL_WANT_LOCALS
885 #if FICL_WANT_LOCALS
888 #endif /* FICL_WANT_LOCALS */
1604 #if FICL_WANT_LOCALS
[all...]

Completed in 65 milliseconds