Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_exec.c687 #define matched_once prev_is_word in match() macro
1141 matched_once = FALSE; in match()
1172 matched_once = TRUE; in match()
1200 if (!matched_once) in match()
1207 if (allow_zero || matched_once) in match()
1237 matched_once = FALSE; in match()
1250 matched_once = TRUE; in match()
1278 if (matched_once || allow_zero) in match()