Home
last modified time | relevance | path

Searched refs:mwOutFunction (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dmemwatch.c265 static void (*mwOutFunction)(int) = NULL; variable
580 mwOutFunction = func; in mwSetOutFunc()
1220 if( mwOutFunction == NULL ) mwOutFunction = mwDefaultOutFunc; in mwTrace()
1227 (*mwOutFunction)( mwPrintBuf[tot] ); in mwTrace()
1918 if( mwOutFunction == NULL ) mwOutFunction = mwDefaultOutFunc; in mwWrite()
1924 (*mwOutFunction)( mwPrintBuf[tot] ); in mwWrite()
/dports/security/fakebo/fakebo-0.4.2/
H A Dmemwatch.c217 static void (*mwOutFunction) (int) = NULL; variable
523 mwOutFunction = func; in mwSetOutFunc()
1288 if (mwOutFunction == NULL) in mwTrace()
1289 mwOutFunction = mwDefaultOutFunc; in mwTrace()
1299 (*mwOutFunction) (mwPrintBuf[tot]); in mwTrace()
2012 if (mwOutFunction == NULL) in mwWrite()
2013 mwOutFunction = mwDefaultOutFunc; in mwWrite()
2022 (*mwOutFunction) (mwPrintBuf[tot]); in mwWrite()
/dports/graphics/flasm/flasm-1.62_1/
H A Dmemwatch.c327 static void (*mwOutFunction)(int) = NULL; variable
657 mwOutFunction = func; in mwSetOutFunc()
1350 if( mwOutFunction == NULL ) mwOutFunction = mwDefaultOutFunc; in mwTrace()
1357 (*mwOutFunction)( mwPrintBuf[tot] ); in mwTrace()
2049 if( mwOutFunction == NULL ) mwOutFunction = mwDefaultOutFunc; in mwWrite()
2055 (*mwOutFunction)( mwPrintBuf[tot] ); in mwWrite()