Lines Matching refs:MATCH_ONCE
91 #define MATCH_ONCE (-997)
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)
2010 level. If this results in a NOMATCH return, pass MATCH_ONCE back to the
2021 RRETURN(MATCH_ONCE);
2042 RRETURN(MATCH_ONCE);
2055 if (rrc == MATCH_ONCE && md->once_target == prev) rrc = MATCH_NOMATCH;
2062 RRETURN(MATCH_ONCE);