Searched defs:POP_CELL_POINTER (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dvm.c422 #define POP_CELL_POINTER(cp) \ macro
456 #define POP_CELL_POINTER(cp) \ macro
546 POP_CELL_POINTER(frame + *ip++);
562 POP_CELL_POINTER(frame);
565 POP_CELL_POINTER(frame + 1);
1387 POP_CELL_POINTER((dataTop--)->p);

Completed in 49 milliseconds