Home | History | Annotate | Download | only in Python

Lines Matching full:custom_msg

1594     const char *fname, *msg, *custom_msg, *keyword;
1618 custom_msg = NULL;
1621 custom_msg = strchr(format,';');
1622 if (custom_msg)
1623 custom_msg++;
1741 seterror(i+1, msg, levels, fname, custom_msg);
1851 parser->custom_msg = NULL;
1854 parser->custom_msg = strchr(parser->format,';');
1855 if (parser->custom_msg)
1856 parser->custom_msg++;
2102 seterror(i+1, msg, levels, parser->fname, parser->custom_msg);