Lines Matching refs:IMM2_SIZE
434 IMM2_SIZE; in pcre_printint()
437 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre_printint()
452 IMM2_SIZE; in pcre_printint()
455 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre_printint()
517 extra = print_char(f, code + 1 + IMM2_SIZE, utf); in pcre_printint()
529 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in pcre_printint()
531 print_prop(f, code + IMM2_SIZE + 1, " ", " "); in pcre_printint()
534 else fprintf(f, " %s", priv_OP_names[code[1 + IMM2_SIZE]]); in pcre_printint()
589 extra = print_char(f, code + 1 + IMM2_SIZE, utf); in pcre_printint()
618 IMM2_SIZE; in pcre_printint()
621 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre_printint()
787 max = GET2(ccode,1 + IMM2_SIZE); in pcre_printint()