Home
last modified time | relevance | path

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

/dports/lang/yorick/yorick-y_2_2_04/yorick/
H A Dyapi.h525 PLUG_API int (*y_errhook)(const char *fullmsg, long *after); variable
H A Dtask.c1630 PLUG_API int (*y_errhook)(const char *msg, long *after); variable
1631 int (*y_errhook)(const char *msg, long *after) = 0; variable
1758 if (y_errhook) { in YError()
1760 int hook = y_errhook(yErrorMsg, &index); in YError()
/dports/lang/yorick/yorick-y_2_2_04/mpy/
H A Dmpy.c188 y_errhook = mpy_recover; in mpy_initialize()