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

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclTest.c309 static int TestMathFunc(ClientData clientData,
692 Tcl_CreateMathFunc(interp, "T1", 0, NULL, TestMathFunc, (ClientData) 123);
693 Tcl_CreateMathFunc(interp, "T2", 0, NULL, TestMathFunc, (ClientData) 345);
3194 * TestMathFunc --
3210 TestMathFunc(
3177 TestMathFunc( function
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclTest.c271 static int TestMathFunc _ANSI_ARGS_((ClientData clientData,
684 Tcl_CreateMathFunc(interp, "T1", 0, (Tcl_ValueType *) NULL, TestMathFunc,
686 Tcl_CreateMathFunc(interp, "T2", 0, (Tcl_ValueType *) NULL, TestMathFunc,
2840 * TestMathFunc --
2856 TestMathFunc(clientData, interp, args, resultPtr)
2826 TestMathFunc(clientData, interp, args, resultPtr) function

Completed in 104 milliseconds