Lines Matching refs:ficlDictionary

544 struct ficlDictionary;
545 typedef struct ficlDictionary ficlDictionary; typedef
1058 FICL_PLATFORM_EXTERN ficlDictionary *ficlVmGetDictionary(ficlVm *vm);
1140 ficlVmDictionaryAllot(ficlVm *vm, ficlDictionary *dictionary, int n);
1142 ficlVmDictionaryAllotCells(ficlVm *vm, ficlDictionary *dictionary, int cells);
1169 ficlVmDictionaryCheck(ficlVm *vm, ficlDictionary *dictionary, int n);
1171 ficlVmDictionarySimpleCheck(ficlVm *vm, ficlDictionary *dictionary, int n);
1368 struct ficlDictionary struct
1383 ficlDictionaryAbortDefinition(ficlDictionary *dictionary); argument
1384 FICL_PLATFORM_EXTERN void ficlDictionaryAlign(ficlDictionary *dictionary);
1386 ficlDictionaryAllot(ficlDictionary *dictionary, int n);
1388 ficlDictionaryAllotCells(ficlDictionary *dictionary, int nCells);
1390 ficlDictionaryAppendCell(ficlDictionary *dictionary, ficlCell c);
1392 ficlDictionaryAppendCharacter(ficlDictionary *dictionary, char c);
1394 ficlDictionaryAppendUnsigned(ficlDictionary *dictionary, ficlUnsigned u);
1396 ficlDictionaryAppendData(ficlDictionary *dictionary, void *data,
1399 ficlDictionaryAppendString(ficlDictionary *dictionary, ficlString s);
1401 ficlDictionaryAppendWord(ficlDictionary *dictionary, ficlString name,
1404 ficlDictionaryAppendPrimitive(ficlDictionary *dictionary, char *name,
1407 ficlDictionaryAppendInstruction(ficlDictionary *dictionary, char *name,
1411 ficlDictionaryAppendConstantInstruction(ficlDictionary *dictionary,
1414 ficlDictionaryAppend2ConstantInstruction(ficlDictionary *dictionary,
1418 ficlDictionaryAppendConstant(ficlDictionary *dictionary, char *name,
1421 ficlDictionaryAppend2Constant(ficlDictionary *dictionary, char *name,
1427 ficlDictionaryAppendFConstant(ficlDictionary *dictionary, char *name,
1430 ficlDictionaryAppendF2Constant(ficlDictionary *dictionary, char *name,
1436 ficlDictionarySetConstantInstruction(ficlDictionary *dictionary,
1439 ficlDictionarySet2ConstantInstruction(ficlDictionary *dictionary,
1443 ficlDictionarySetConstant(ficlDictionary *dictionary, char *name,
1449 ficlDictionarySet2Constant(ficlDictionary *dictionary, char *name,
1452 ficlDictionarySetConstantString(ficlDictionary *dictionary, char *name,
1455 ficlDictionarySetPrimitive(ficlDictionary *dictionary, char *name,
1458 ficlDictionarySetInstruction(ficlDictionary *dictionary, char *name,
1462 ficlDictionarySetFConstant(ficlDictionary *dictionary, char *name,
1465 ficlDictionarySetF2Constant(ficlDictionary *dictionary, char *name,
1470 ficlDictionaryCellsAvailable(ficlDictionary *dictionary);
1471 FICL_PLATFORM_EXTERN int ficlDictionaryCellsUsed(ficlDictionary *dictionary);
1472 FICL_PLATFORM_EXTERN ficlDictionary *
1474 FICL_PLATFORM_EXTERN ficlDictionary *
1477 ficlDictionaryCreateWordlist(ficlDictionary *dictionary, int nBuckets);
1478 FICL_PLATFORM_EXTERN void ficlDictionaryDestroy(ficlDictionary *dictionary);
1480 ficlDictionaryEmpty(ficlDictionary *dictionary, unsigned nHash);
1482 ficlDictionaryIncludes(ficlDictionary *dictionary, void *p);
1484 ficlDictionaryLookup(ficlDictionary *dictionary, ficlString name);
1486 ficlDictionaryResetSearchOrder(ficlDictionary *dictionary);
1488 ficlDictionarySetFlags(ficlDictionary *dictionary, ficlUnsigned8 set);
1490 ficlDictionaryClearFlags(ficlDictionary *dictionary, ficlUnsigned8 clear);
1492 ficlDictionarySetImmediate(ficlDictionary *dictionary);
1494 ficlDictionaryUnsmudge(ficlDictionary *dictionary);
1495 FICL_PLATFORM_EXTERN ficlCell *ficlDictionaryWhere(ficlDictionary *dictionary);
1498 ficlDictionaryIsAWord(ficlDictionary *dictionary, ficlWord *word);
1500 ficlDictionarySee(ficlDictionary *dictionary, ficlWord *word,
1503 ficlDictionaryFindEnclosingWord(ficlDictionary *dictionary, ficlCell *cell);
1522 ficlDictionaryLock(ficlDictionary *dictionary, short lockIncrement);
1597 ficlDictionary *dictionary;
1598 ficlDictionary *environment;
1607 ficlDictionary *locals;
1675 ficlDictionary *ficlSystemGetDictionary(ficlSystem *system);
1676 ficlDictionary *ficlSystemGetEnvironment(ficlSystem *system);
1678 ficlDictionary *ficlSystemGetLocals(ficlSystem *system);