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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_exec.c83 #define MATCH_MATCH 1 macro
505 Returns: MATCH_MATCH if matched ) these values are >= 0
761 if ((rrc == MATCH_MATCH || rrc == MATCH_ACCEPT) &&
799 if ((rrc == MATCH_MATCH || rrc == MATCH_ACCEPT) &&
854 if ((rrc == MATCH_MATCH || rrc == MATCH_ACCEPT) &&
880 if (rrc == MATCH_MATCH) /* Note: _not_ MATCH_ACCEPT */
1152 when the group matches. For MATCH_MATCH, the group has matched, so we
1389 if (rrc == MATCH_MATCH)
1513 rrc = (op == OP_END)? MATCH_MATCH : MATCH_ACCEPT;
1546 if (rrc == MATCH_MATCH || rr
[all...]

Completed in 36 milliseconds