Searched refs:ficlDictionaryAppendCell (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dfloat.c65 ficlDictionaryAppendCell(dictionary, ficlStackPop(vm->floatStack));
103 ficlDictionaryAppendCell(dictionary, ficlStackPop(vm->floatStack));
104 ficlDictionaryAppendCell(dictionary, ficlStackPop(vm->floatStack));
232 ficlDictionaryAppendCell(dictionary, cell);
H A Dsystem.c321 ficlDictionaryAppendCell(dictionary, c);
H A Ddictionary.c126 ficlDictionaryAppendCell(ficlDictionary *dictionary, ficlCell c) function
153 ficlDictionaryAppendCell(dictionary, c);
H A Dprimitives.c118 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 Dvm.c1394 ficlDictionaryAppendCell(dictionary, *dataTop--);
2778 ficlDictionaryAppendCell(dictionary, c);
H A Dficl.h1388 ficlDictionaryAppendCell(ficlDictionary *dictionary, ficlCell c);

Completed in 81 milliseconds