Lines Matching refs:skipunits
3962 uint32_t skipunits; in compile_branch() local
6063 skipunits = 0; in compile_branch()
6182 skipunits = 1+IMM2_SIZE; in compile_branch()
6242 skipunits = 1; in compile_branch()
6315 if (lengthptr != NULL) skipunits += IMM2_SIZE; in compile_branch()
6389 skipunits += IMM2_SIZE; in compile_branch()
6443 skipunits = 1; in compile_branch()
6994 skipunits = IMM2_SIZE; in compile_branch()
7039 skipunits, /* Skip over bracket number */ in compile_branch()
7277 skipunits = 0; in compile_branch()
7591 int *errorcodeptr, BOOL lookbehind, BOOL reset_bracount, uint32_t skipunits, in compile_regex() argument
7636 length = 2 + 2*LINK_SIZE + skipunits; in compile_regex()
7661 code += 1 + LINK_SIZE + skipunits; in compile_regex()
7879 code = *codeptr + 1 + LINK_SIZE + skipunits; in compile_regex()