Home | History | Annotate | Download | only in inc

Lines Matching refs:fxn

49 	Fxn PRINTFXN;
50 Fxn PIDFXN;
51 Fxn TIDFXN;
52 Fxn ERRORFXN;
187 GT_setprintf(Fxn fxn)
250 #define GT_seterror( fxn )
263 #define GT_seterror( fxn ) (_GT_params.ERRORFXN = (Fxn)(fxn))
274 #define GT_setprintf( fxn )
294 #define GT_setprintf( fxn ) (_GT_params.PRINTFXN = (Fxn)(fxn))