Lines Matching refs:skipbytes
4490 int skipbytes; in compile_branch() local
6424 skipbytes = 0; in compile_branch()
6630 skipbytes = 1+IMM2_SIZE; in compile_branch()
6772 skipbytes += IMM2_SIZE; in compile_branch()
6819 skipbytes = 1; in compile_branch()
7466 skipbytes = IMM2_SIZE; in compile_branch()
7498 skipbytes, /* Skip over bracket number */ in compile_branch()
7739 skipbytes = 0; in compile_branch()
8036 int *errorcodeptr, BOOL lookbehind, BOOL reset_bracount, int skipbytes, in compile_regex() argument
8081 length = 2 + 2*LINK_SIZE + skipbytes; in compile_regex()
8106 code += 1 + LINK_SIZE + skipbytes; in compile_regex()
8325 code = *codeptr + 1 + LINK_SIZE + skipbytes; in compile_regex()