Home
last modified time | relevance | path

Searched refs:pl_libplot_warning_handler (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dg_error.c40 extern int (*pl_libplot_warning_handler) (const char *msg);
53 if (pl_libplot_warning_handler != NULL) in _pl_g_warning()
54 (*pl_libplot_warning_handler)(msg); in _pl_g_warning()
H A Dapinewc.c195 if (pl_libplot_warning_handler != NULL) in _api_warning()
196 (*pl_libplot_warning_handler)(msg); in _api_warning()
H A Dapioldc.c209 if (pl_libplot_warning_handler != NULL) in _api_warning()
210 (*pl_libplot_warning_handler)(msg); in _api_warning()
H A Dg_defplot.c36 int (*pl_libplot_warning_handler)(const char *) = NULL; variable
H A Dextern.h1340 #define pl_libplot_warning_handler pl_libplotter_warning_handler macro
/dports/graphics/plotutils/plotutils-2.6/include/
H A Dplot.h340 extern int (*pl_libplot_warning_handler) (const char *msg);