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

/ast/src/lib/libtksh/include/
H A DtclInt.h30 typedef struct MathFunc { struct
37 } MathFunc; typedef in typeref:struct:MathFunc
/ast/src/lib/libtksh/tcl/
H A DtclExpr.c1618 MathFunc *mathFuncPtr;
1623 Tcl_SetHashValue(hPtr, ckalloc(sizeof(MathFunc)));
1625 mathFuncPtr = (MathFunc *) Tcl_GetHashValue(hPtr);
1675 MathFunc *mathFuncPtr; /* Info about math function. */
1683 * Find the end of the math function's name and lookup the MathFunc
1709 mathFuncPtr = (MathFunc *) Tcl_GetHashValue(hPtr);

Completed in 13 milliseconds