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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_exec.c97 #define MATCH_SKIP_ARG (-993) macro
764 /* A return of MATCH_SKIP_ARG means that matching failed at SKIP with an
771 else if (rrc == MATCH_SKIP_ARG &&
831 returning the special MATCH_SKIP_ARG return code. This will either be
836 RRETURN(MATCH_SKIP_ARG);
1644 case MATCH_SKIP_ARG:
6945 /* If MATCH_SKIP_ARG reaches this level it means that a MARK that matched
6952 case MATCH_SKIP_ARG:

Completed in 36 milliseconds