| 1170 | } |
| 1171 | |
| 1172 | void fxDefineIndex(txMachine* the, txIndex index, txFlag flag, txFlag mask) |
| 1173 | { |
| 1174 | fxDefineAll(the, the->stack, XS_NO_ID, index, flag, mask); |
| 1175 | } |
| 1176 | |
| 1177 | void fxCall(txMachine* the) |
| 1178 | { |
nothing calls this directly
no test coverage detected