Home | History | Annotate | Download | only in dist

Lines Matching defs:oc

4153     pcre_uint32 oc, od;
4158 while ((rc = get_othercase_range(&c, end, &oc, &od)) >= 0)
4163 PRIV(ucd_caseless_sets) + rc, oc);
4167 else if (oc >= start && od <= end) continue;
4169 /* Extend the original range if there is overlap, noting that if oc < c, we
4173 else if (oc < start && od >= start - 1) start = oc; /* Extend downwards */
4174 oc <= end + 1) end = od; /* Extend upwards */
4175 else n8 += add_to_class(classbits, uchardptr, options, cd, oc, od);
6481 open_capitem *oc;
6488 for (oc = cd->open_caps; oc != NULL; oc = oc->next)
6491 PUT2INC(code, 0, oc->number);
7186 open_capitem *oc;
7195 for (oc = cd->open_caps; oc != NULL; oc = oc->next)
7197 if (oc->number == recno)
7199 oc->flag = TRUE;
7789 open_capitem *oc;
7807 for (oc = cd->open_caps; oc != NULL; oc = oc->next)
7809 if (oc->number == recno)
7811 oc->flag = TRUE;