Searched refs:sortInterp (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtksh/tcl/
H A DtclCmdIL.c39 static Tcl_Interp *sortInterp = NULL; /* Interpreter for "lsort" command. variable
880 if (sortInterp != NULL) {
889 sortInterp = interp;
954 sortInterp = NULL;
991 * so as to preserve the error message in sortInterp->result.
1001 if ((Tcl_GetInt(sortInterp, firstString, &a) != TCL_OK)
1002 || (Tcl_GetInt(sortInterp, secondString, &b) != TCL_OK)) {
1003 Tcl_AddErrorInfo(sortInterp,
1016 if ((Tcl_GetDouble(sortInterp, firstString, &a) != TCL_OK)
1017 || (Tcl_GetDouble(sortInterp, secondStrin
[all...]

Completed in 11 milliseconds