| 214 | } |
| 215 | |
| 216 | txBoolean _xsTest(txMachine *the, txSlot *v) |
| 217 | { |
| 218 | mxOverflow(-1); |
| 219 | fxPush(*v); |
| 220 | return fxRunTest(the); |
| 221 | } |
| 222 | |
| 223 | txInteger fxIncrementalVars(txMachine* the, txInteger theCount) |
| 224 | { |
nothing calls this directly
no test coverage detected