| 1109 | } |
| 1110 | |
| 1111 | void fxSetIndex(txMachine* the, txIndex index) |
| 1112 | { |
| 1113 | fxSetAll(the, the->stack, XS_NO_ID, index); |
| 1114 | } |
| 1115 | |
| 1116 | void fxDeleteAll(txMachine* the, txSlot* stack, txID id, txIndex index) |
| 1117 | { |
nothing calls this directly
no test coverage detected