Searched refs:MATCH_ONCE (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_exec.c91 #define MATCH_ONCE (-997) macro
985 if (rrc == MATCH_ONCE) break; /* Backing up through an atomic group */
1020 /* At this point, rrc will be one of MATCH_ONCE or MATCH_NOMATCH. */
1049 MATCH_ONCE is returned when the end of an atomic group is successfully
1096 if (rrc == MATCH_ONCE)
2017 level. If this results in a NOMATCH return, pass MATCH_ONCE back to the
2028 RRETURN(MATCH_ONCE);
2049 RRETURN(MATCH_ONCE);
2062 if (rrc == MATCH_ONCE && md->once_target == prev) rrc = MATCH_NOMATCH;
2069 RRETURN(MATCH_ONCE);
[all...]

Completed in 38 milliseconds