Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_match.c734 #define matched_once prev_is_word in match() macro
1164 matched_once = FALSE; in match()
1192 matched_once = TRUE; in match()
1220 if (!matched_once) in match()
1227 if (allow_zero || matched_once) in match()
1244 matched_once = FALSE; in match()
1257 matched_once = TRUE; in match()
1285 if (matched_once || allow_zero) in match()