Lines Matching defs:reqchar

130 /* Private flags added to firstchar and reqchar. */
134 /* Negative values for the firstchar and reqchar flags */
4397 pcre_uint32 firstchar, reqchar;
4457 matches a non-fixed char first char; reqchar just remains unset if we never
4465 firstchar = reqchar = zerofirstchar = zeroreqchar = 0;
4471 firstchar or reqchar variables to record the case status of the
4673 *reqcharptr = reqchar;
4711 repeats. The value of reqchar doesn't change either. */
4717 zeroreqchar = reqchar;
5326 whatever repeat count may follow. In the case of reqchar, save the
5332 zeroreqchar = reqchar;
5427 setting, whatever the repeat count. Any reqchar setting must remain
5433 zeroreqchar = reqchar;
5533 reqchar = zeroreqchar; /* Ditto */
5627 than one, ensure that it is set in reqchar - it might not be if a sequence
5666 reqchar = c;
6011 reqchar = firstchar;
7420 case value for firstchar and reqchar. */
7561 make use of its firstchar or reqchar, because this is equivalent to an
7619 zeroreqchar = reqchar;
7629 than one can replicate it as reqchar if necessary. If the subpattern has
7646 into reqchar if there wasn't one, using the vary flag that was in
7660 reqchar = subreqchar;
7665 /* For a forward assertion, we take the reqchar, if set. This can be
7669 such as /(?=a)a.+/ when the "real" "a" would then become a reqchar instead
7675 reqchar = subreqchar;
7719 zeroreqchar = reqchar;
7953 zeroreqchar = reqchar;
7967 reqchar = code[-1];
7974 /* firstchar was previously set; we can set reqchar only if the length is
7981 zeroreqchar = reqchar;
7985 reqchar = code[-1];
8053 pcre_uint32 firstchar, reqchar;
8075 firstchar = reqchar = 0;
8152 /* If this is the first branch, the firstchar and reqchar values for the
8159 reqchar = branchreqchar;
8163 /* If this is not the first branch, the first char and reqchar have to
8165 previous value for reqchar didn't have REQ_VARY set, it can still match,
8172 previously no reqchar, it takes on the value of the old firstchar. */
8179 reqchar = firstchar;
8186 branch becomes a reqchar if there isn't a branch reqchar. */
8197 reqchar != branchreqchar)
8201 reqchar = branchreqchar;
8304 *reqcharptr = reqchar;
8791 pcre_uint32 firstchar, reqchar;
9112 FALSE, 0, 0, &firstchar, &firstcharflags, &reqchar, &reqcharflags, NULL,
9218 &firstchar, &firstcharflags, &reqchar, &reqcharflags, NULL, cd, NULL);
9226 reqchar = 0; /* Must disable after (*ACCEPT) */
9418 re->req_char = reqchar & 0xff;
9420 re->req_char = reqchar & 0xffff;
9422 re->req_char = reqchar;