| 1159 | } |
| 1160 | |
| 1161 | void fxDefineAt(txMachine* the, txFlag flag, txFlag mask) |
| 1162 | { |
| 1163 | txSlot* at = fxAt(the, the->stack); |
| 1164 | fxDefineAll(the, the->stack + 1, at->value.at.id, at->value.at.index, flag, mask); |
| 1165 | } |
| 1166 | |
| 1167 | void fxDefineID(txMachine* the, txID id, txFlag flag, txFlag mask) |
| 1168 | { |
nothing calls this directly
no test coverage detected