| 494 | } |
| 495 | |
| 496 | static int Tcl_ops_SP(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 497 | wrapper->resetCommandLine(argc, 1, argv); |
| 498 | |
| 499 | if (OPS_SP() < 0) return TCL_ERROR; |
| 500 | |
| 501 | return TCL_OK; |
| 502 | } |
| 503 | |
| 504 | static int Tcl_ops_fixX(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 505 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected