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

/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXprocess.c177 int tmpPid, status;
211 if (Tcl_GetIntFromObj (interp, objv [idx], &tmpPid) != TCL_OK) {
215 if (tmpPid <= 0)
217 pid = tmpPid;
218 if (pid != tmpPid)
174 int tmpPid, status; local

Completed in 147 milliseconds