| 1133 | } |
| 1134 | |
| 1135 | void fxDeleteIndex(txMachine* the, txIndex index) |
| 1136 | { |
| 1137 | fxDeleteAll(the, the->stack, XS_NO_ID, index); |
| 1138 | } |
| 1139 | |
| 1140 | void fxDefineAll(txMachine* the, txSlot* stack, txID id, txIndex index, txFlag flag, txFlag mask) |
| 1141 | { |
nothing calls this directly
no test coverage detected