Searched refs:FICL_FALSE (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dsearch.c95 ficlDictionaryLock(dictionary, FICL_FALSE);
119 ficlDictionaryLock(dictionary, FICL_FALSE);
144 ficlDictionaryLock(ficlVmGetDictionary(vm), FICL_FALSE); local
167 ficlDictionaryLock(dictionary, FICL_FALSE);
205 ficlDictionaryLock(dictionary, FICL_FALSE);
255 ficlDictionaryLock(dictionary, FICL_FALSE);
274 ficlDictionaryLock(dictionary, FICL_FALSE);
H A Dfloat.c467 ficlDictionarySetConstant(environment, "floating", FICL_FALSE);
468 ficlDictionarySetConstant(environment, "floating-ext", FICL_FALSE);
472 ficlDictionarySetConstant(environment, "floating", FICL_FALSE);
H A Dloader.c413 flag = FICL_FALSE;
523 ficlInteger flag = FICL_FALSE;
625 ficlStackPushInteger(ficlVmGetDataStack(pVM), FICL_FALSE); local
755 ch != -1? FICL_TRUE : FICL_FALSE);
758 ischar()? FICL_TRUE : FICL_FALSE);
1070 ficlDictionarySetConstant(env, "arch-sparc", FICL_FALSE);
1073 ficlDictionarySetConstant(env, "arch-i386", FICL_FALSE);
H A Dprimitives.c897 * if success, FICL_FALSE otherwise).
1271 FICL_TRUE : FICL_FALSE;
1950 * environment-query CORE ( c-addr u -- FICL_FALSE | i*x FICL_TRUE )
1957 * attribute as unknown, the returned flag is FICL_FALSE; otherwise, the flag
1980 ficlStackPushInteger(vm->dataStack, FICL_FALSE);
2389 appendLocalOffset = FICL_FALSE;
2392 appendLocalOffset = FICL_FALSE;
2584 isDouble = isFloat = FICL_FALSE;
2588 isFloat = FICL_FALSE;
2593 isDouble = FICL_FALSE;
[all...]
H A Ddictionary.c84 ficlDictionaryLock(dictionary, FICL_FALSE);
372 ficlDictionaryLock(dictionary, FICL_FALSE);
631 ficlDictionaryLock(dictionary, FICL_FALSE);
H A Dfileaccess.c395 ficlDictionarySetConstant(environment, "file", FICL_FALSE);
396 ficlDictionarySetConstant(environment, "file-ext", FICL_FALSE);
H A Dstack.c389 if (callback(context, cell) == FICL_FALSE)
H A Dsystem.c453 ficlDictionaryLock(dictionary, FICL_FALSE);
H A Dtools.c577 ficlStackWalk(stack, callback, context, FICL_FALSE);
921 ficlDictionarySetConstant(environment, "tools-ext", FICL_FALSE);
H A Dficl.h590 #define FICL_FALSE (0) macro
591 #define FICL_BOOL(x) ((x) ? FICL_TRUE : FICL_FALSE)
1510 * ficlLockDictionary(dictionary, FICL_FALSE);
1539 * Otherwise it returns FICL_FALSE. See words.c: isNumber for an example
H A Dvm.c1059 i = FICL_FALSE;
2579 * onto the param stack and returns FICL_TRUE. Otherwise, returns FICL_FALSE.

Completed in 274 milliseconds