Searched refs:pl_libplot_warning_handler (Results 1 – 6 of 6) sorted by relevance
40 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()
195 if (pl_libplot_warning_handler != NULL) in _api_warning()196 (*pl_libplot_warning_handler)(msg); in _api_warning()
209 if (pl_libplot_warning_handler != NULL) in _api_warning()210 (*pl_libplot_warning_handler)(msg); in _api_warning()
36 int (*pl_libplot_warning_handler)(const char *) = NULL; variable
1340 #define pl_libplot_warning_handler pl_libplotter_warning_handler macro
340 extern int (*pl_libplot_warning_handler) (const char *msg);