613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
|
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
|
-
+
|
retVal = TCL_OK;
}
}
return (retVal);
}
/*
*----------------------------------------------------------------------
*
* TclStatDeleteProc --
*
* Removed the passed function pointer from the list of 'TclStat'
* functions. Ensures that the built-in stat function is not
|
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
|
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
|
-
+
|
retVal = TCL_OK;
}
}
return (retVal);
}
/*
*----------------------------------------------------------------------
*
* TclAccessDeleteProc --
*
* Removed the passed function pointer from the list of 'TclAccess'
* functions. Ensures that the built-in access function is not
|
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
|
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
|
-
+
|
retVal = TCL_OK;
}
}
return (retVal);
}
/*
*----------------------------------------------------------------------
*
* TclOpenFileChannelDeleteProc --
*
* Removed the passed function pointer from the list of
* 'Tcl_OpenFileChannel' functions. Ensures that the built-in
|