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

/macosx-10.10/zsh-61/zsh/Src/
H A Dmodule.c1241 MathFunc mathfuncs;
1250 removemathfunc(MathFunc previous, MathFunc current)
1265 MathFunc
1268 MathFunc p, q = NULL;
1296 addmathfunc(MathFunc f)
1298 MathFunc p, q = NULL;
1325 deletemathfunc(MathFunc f)
1327 MathFunc p, q;
1357 setmathfuncs(char const *nam, MathFunc
[all...]
H A Dzsh.h73 typedef struct mathfunc *MathFunc; typedef in typeref:struct:mathfunc
78 MathFunc next;
1326 MathFunc mf_list;
H A Dbuiltin.c2646 listusermathfunc(MathFunc p)
2736 MathFunc p, q;
2759 MathFunc next;
2841 p = (MathFunc)zshcalloc(sizeof(struct mathfunc));
H A Dmath.c904 MathFunc f;
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclCompExpr.c849 MathFunc *mathFuncPtr;
855 * Look up the MathFunc record for the function.
867 mathFuncPtr = (MathFunc *) Tcl_GetHashValue(hPtr);
H A DtclBasic.c308 MathFunc *mathFuncPtr;
548 mathFuncPtr = (MathFunc *) Tcl_GetHashValue(hPtr);
2893 MathFunc *mathFuncPtr;
2898 Tcl_SetHashValue(hPtr, ckalloc(sizeof(MathFunc)));
2900 mathFuncPtr = (MathFunc *) Tcl_GetHashValue(hPtr);
2976 MathFunc *mathFuncPtr;
2987 mathFuncPtr = (MathFunc *) Tcl_GetHashValue(hPtr);
H A DtclInt.h982 typedef struct MathFunc { struct
998 } MathFunc; typedef in typeref:struct:MathFunc
1390 * type (MathFunc *). */
H A DtclExecute.c5939 MathFunc *mathFuncPtr; /* Information about math function. */
5956 * Look up the MathFunc record for the function.
5967 mathFuncPtr = (MathFunc *) Tcl_GetHashValue(hPtr);

Completed in 140 milliseconds