Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_exec.c5784 BOOL gotspace; in match() local
5794 HSPACE_CASES: gotspace = TRUE; break; in match()
5795 default: gotspace = FALSE; break; in match()
5797 if (gotspace == (ctype == OP_NOT_HSPACE)) break; in match()
5806 BOOL gotspace; in match() local
5816 VSPACE_CASES: gotspace = TRUE; break; in match()
5817 default: gotspace = FALSE; break; in match()
5819 if (gotspace == (ctype == OP_NOT_VSPACE)) break; in match()