| 966 | } |
| 967 | |
| 968 | static int Tcl_ops_sectionFlexibility(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 969 | wrapper->resetCommandLine(argc, 1, argv); |
| 970 | |
| 971 | if (OPS_sectionFlexibility() < 0) return TCL_ERROR; |
| 972 | |
| 973 | return TCL_OK; |
| 974 | } |
| 975 | |
| 976 | static int Tcl_ops_sectionLocation(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 977 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected