Searched refs:FICL_TRUE (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dsearch.c93 ficlDictionaryLock(dictionary, FICL_TRUE);
113 ficlDictionaryLock(dictionary, FICL_TRUE);
142 ficlDictionaryLock(ficlVmGetDictionary(vm), FICL_TRUE); local
165 ficlDictionaryLock(dictionary, FICL_TRUE);
193 ficlDictionaryLock(dictionary, FICL_TRUE);
248 ficlDictionaryLock(dictionary, FICL_TRUE);
268 ficlDictionaryLock(dictionary, FICL_TRUE);
378 ficlDictionarySetConstant(environment, "search-order", FICL_TRUE);
379 ficlDictionarySetConstant(environment, "search-order-ext", FICL_TRUE);
H A Dloader.c421 flag = FICL_TRUE;
552 flag = FICL_TRUE;
570 flag = FICL_TRUE;
623 ficlStackPushInteger(ficlVmGetDataStack(pVM), FICL_TRUE); local
755 ch != -1? FICL_TRUE : FICL_FALSE);
758 ischar()? FICL_TRUE : FICL_FALSE);
1069 ficlDictionarySetConstant(env, "arch-i386", FICL_TRUE);
1074 ficlDictionarySetConstant(env, "arch-sparc", FICL_TRUE);
H A Dtools.c549 return (FICL_TRUE);
604 return (FICL_TRUE);
622 FICL_TRUE);
656 return (FICL_TRUE);
920 ficlDictionarySetConstant(environment, "tools", FICL_TRUE);
H A Dprimitives.c348 * writing to the output buffer (FICL_TRUE if it ran out of space).
896 * stack, run the parse step against it, and push the result flag (FICL_TRUE
1271 FICL_TRUE : FICL_FALSE;
1950 * environment-query CORE ( c-addr u -- FICL_FALSE | i*x FICL_TRUE )
1958 * is FICL_TRUE and the i*x returned is of the type specified in the table for
1978 ficlStackPushInteger(vm->dataStack, FICL_TRUE);
2383 appendLocalOffset = FICL_TRUE;
2397 appendLocalOffset = FICL_TRUE;
2587 isDouble = FICL_TRUE;
2594 isFloat = FICL_TRUE;
[all...]
H A Ddictionary.c78 ficlDictionaryLock(dictionary, FICL_TRUE);
348 ficlDictionaryLock(dictionary, FICL_TRUE);
598 * Returns FICL_TRUE iff the given pointer is within the address range of
624 ficlDictionaryLock(dictionary, FICL_TRUE);
H A Dfileaccess.c392 ficlDictionarySetConstant(environment, "file", FICL_TRUE);
393 ficlDictionarySetConstant(environment, "file-ext", FICL_TRUE);
H A Dfloat.c183 return (FICL_TRUE);
H A Dsystem.c438 ficlDictionaryLock(dictionary, FICL_TRUE);
H A Dficl.h589 #define FICL_TRUE ((unsigned long)~(0L)) macro
591 #define FICL_BOOL(x) ((x) ? FICL_TRUE : FICL_FALSE)
1508 * ficlLockDictionary(dictionary, FICL_TRUE); // any non-zero value will do
1538 * interpreting), and return FICL_TRUE.
H A Dvm.c1064 i = FICL_TRUE;
2579 * onto the param stack and returns FICL_TRUE. Otherwise, returns FICL_FALSE.

Completed in 87 milliseconds