| 486 | } |
| 487 | |
| 488 | static int Tcl_ops_eleResponse(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 489 | wrapper->resetCommandLine(argc, 1, argv); |
| 490 | |
| 491 | if (OPS_eleResponse() < 0) return TCL_ERROR; |
| 492 | |
| 493 | return TCL_OK; |
| 494 | } |
| 495 | |
| 496 | static int Tcl_ops_SP(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 497 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected