Lines Matching refs:custom_msg
1624 const char *fname, *msg, *custom_msg;
1648 custom_msg = NULL;
1651 custom_msg = strchr(format,';');
1652 if (custom_msg)
1653 custom_msg++;
1780 seterror(i+1, msg, levels, fname, custom_msg);
1939 parser->custom_msg = NULL;
1942 parser->custom_msg = strchr(parser->format,';');
1943 if (parser->custom_msg)
1944 parser->custom_msg++;
2191 seterror(i+1, msg, levels, parser->fname, parser->custom_msg);