Searched refs:ficlDictionaryAppendCell (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/common/ficl/ |
H A D | float.c | 65 ficlDictionaryAppendCell(dictionary, ficlStackPop(vm->floatStack)); 103 ficlDictionaryAppendCell(dictionary, ficlStackPop(vm->floatStack)); 104 ficlDictionaryAppendCell(dictionary, ficlStackPop(vm->floatStack)); 232 ficlDictionaryAppendCell(dictionary, cell);
|
H A D | system.c | 321 ficlDictionaryAppendCell(dictionary, c);
|
H A D | dictionary.c | 126 ficlDictionaryAppendCell(ficlDictionary *dictionary, ficlCell c) function 153 ficlDictionaryAppendCell(dictionary, c);
|
H A D | primitives.c | 118 ficlDictionaryAppendCell(dictionary, c); 995 ficlDictionaryAppendCell(dictionary, ficlStackPop(vm->dataStack)); 996 ficlDictionaryAppendCell(dictionary, ficlStackPop(vm->dataStack)); 1212 ficlDictionaryAppendCell(dictionary, 1217 ficlDictionaryAppendCell(dictionary, c); 1326 ficlDictionaryAppendCell(dictionary, c); 2242 ficlDictionaryAppendCell(dictionary, c); 2338 ficlDictionaryAppendCell(dictionary, c);
|
H A D | vm.c | 1394 ficlDictionaryAppendCell(dictionary, *dataTop--); 2778 ficlDictionaryAppendCell(dictionary, c);
|
H A D | ficl.h | 1388 ficlDictionaryAppendCell(ficlDictionary *dictionary, ficlCell c);
|
Completed in 81 milliseconds