Home | History | Annotate | Download | only in dist

Lines Matching defs:ec

4566   pcre_uint32 ec;
5133 escape = check_escape(&ptr, &ec, errorcodeptr, cd->bracount, options,
5136 if (escape == 0) c = ec;
7892 escape = check_escape(&ptr, &ec, errorcodeptr, cd->bracount, options, FALSE);
7896 c = ec;