Home
last modified time | relevance | path

Searched refs:gotspace (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_match.c4192 BOOL gotspace; in match() local
4202 HSPACE_CASES: gotspace = TRUE; break; in match()
4203 default: gotspace = FALSE; break; in match()
4205 if (gotspace == (Lctype == OP_NOT_HSPACE)) break; in match()
4214 BOOL gotspace; in match() local
4224 VSPACE_CASES: gotspace = TRUE; break; in match()
4225 default: gotspace = FALSE; break; in match()
4227 if (gotspace == (Lctype == OP_NOT_VSPACE)) break; in match()