| 1165 | } |
| 1166 | |
| 1167 | void fxDefineID(txMachine* the, txID id, txFlag flag, txFlag mask) |
| 1168 | { |
| 1169 | fxDefineAll(the, the->stack, id, 0, flag, mask); |
| 1170 | } |
| 1171 | |
| 1172 | void fxDefineIndex(txMachine* the, txIndex index, txFlag flag, txFlag mask) |
| 1173 | { |
no test coverage detected