| 974 | } |
| 975 | |
| 976 | static int Tcl_ops_sectionLocation(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 977 | wrapper->resetCommandLine(argc, 1, argv); |
| 978 | |
| 979 | if (OPS_sectionLocation() < 0) return TCL_ERROR; |
| 980 | |
| 981 | return TCL_OK; |
| 982 | } |
| 983 | |
| 984 | static int Tcl_ops_sectionWeight(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 985 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected