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

/macosx-10.10/tcl-105/tcl/tcl/macosx/
H A DtclMacOSXFCmd.c71 static int GetOSTypeFromObj(Tcl_Interp *interp,
274 if (GetOSTypeFromObj(interp, attributePtr, &t) != TCL_OK) {
280 if (GetOSTypeFromObj(interp, attributePtr, &t) != TCL_OK) {
522 if (GetOSTypeFromObj(interp, types->macType, &osType) != TCL_OK) {
530 if (GetOSTypeFromObj(interp, types->macCreator, &osType) != TCL_OK) {
545 * GetOSTypeFromObj --
560 GetOSTypeFromObj(
555 GetOSTypeFromObj( function

Completed in 84 milliseconds