Lines Matching refs:skipbytes
3799 int skipbytes; in compile_branch() local
5586 skipbytes = 0; in compile_branch()
5778 skipbytes = 1+IMM2_SIZE; in compile_branch()
5933 skipbytes = 1; in compile_branch()
6529 skipbytes = IMM2_SIZE; in compile_branch()
6552 skipbytes, /* Skip over bracket number */ in compile_branch()
6790 skipbytes = 0; in compile_branch()
7097 int *errorcodeptr, BOOL lookbehind, BOOL reset_bracount, int skipbytes, in compile_regex() argument
7132 length = 2 + 2*LINK_SIZE + skipbytes; in compile_regex()
7157 code += 1 + LINK_SIZE + skipbytes; in compile_regex()
7372 code = *codeptr + 1 + LINK_SIZE + skipbytes; in compile_regex()