Lines Matching refs:ccode
349 PCRE2_SPTR ccode; in pcre2_printint() local
638 ccode = code + OP_lengths[*code]; in pcre2_printint()
651 ccode = code + OP_lengths[*code]; in pcre2_printint()
698 ccode = code + LINK_SIZE + 1; in pcre2_printint()
699 printmap = (*ccode & XCL_MAP) != 0; in pcre2_printint()
700 if ((*ccode & XCL_NOT) != 0) in pcre2_printint()
702 invertmap = (*ccode & XCL_HASPROP) == 0; in pcre2_printint()
705 ccode++; in pcre2_printint()
710 ccode = code + 1; in pcre2_printint()
718 uint8_t *map = (uint8_t *)ccode; in pcre2_printint()
747 ccode += 32 / sizeof(PCRE2_UCHAR); in pcre2_printint()
756 while ((ch = *ccode++) != XCL_END) in pcre2_printint()
768 unsigned int ptype = *ccode++; in pcre2_printint()
769 unsigned int pvalue = *ccode++; in pcre2_printint()
800 ccode += 1 + print_char(f, ccode, utf); in pcre2_printint()
804 ccode += 1 + print_char(f, ccode, utf); in pcre2_printint()
818 switch(*ccode) in pcre2_printint()
831 fprintf(f, "%s", OP_names[*ccode]); in pcre2_printint()
832 extra += OP_lengths[*ccode]; in pcre2_printint()
838 min = GET2(ccode,1); in pcre2_printint()
839 max = GET2(ccode,1 + IMM2_SIZE); in pcre2_printint()
842 if (*ccode == OP_CRMINRANGE) fprintf(f, "?"); in pcre2_printint()
843 else if (*ccode == OP_CRPOSRANGE) fprintf(f, "+"); in pcre2_printint()
844 extra += OP_lengths[*ccode]; in pcre2_printint()