Home
last modified time | relevance | path

Searched refs:ficlStackPush2Integer (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libficl/
H A Dmapfile-vers123 ficlStackPush2Integer;
/illumos-gate/usr/src/common/ficl/
H A Dstack.c303 ficlStackPush2Integer(ficlStack *stack, ficl2Integer di) in ficlStackPush2Integer() function
H A Dprimitives.c2795 ficlStackPush2Integer(vm->dataStack, d); in ficlPrimitiveMStar()
2826 ficlStackPush2Integer(vm->dataStack, d2); in ficlPrimitive2Rot()
2827 ficlStackPush2Integer(vm->dataStack, d3); in ficlPrimitive2Rot()
2828 ficlStackPush2Integer(vm->dataStack, d1); in ficlPrimitive2Rot()
H A Dficl.h906 ficlStackPush2Integer(ficlStack *stack, ficl2Integer i64);