Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/
Dgnu-regex.c3846 const char *match_end = NULL; variable
3990 boolean same_str_p = (FIRST_STRING_P (match_end)
3998 best_match_p = d > match_end;
4011 match_end = d;
4037 d = match_end;
/openbsd/src/gnu/usr.bin/cvs/lib/
Dregex.c4222 const char *match_end = NULL; local
4362 boolean same_str_p = (FIRST_STRING_P (match_end)
4370 best_match_p = d > match_end;
4383 match_end = d;
4409 d = match_end;
/openbsd/src/gnu/usr.bin/perl/
Dregexec.c3805 SSize_t match_end = utf8_target in Perl_regexec_flags() local
3808 CLOSE_ANY_CAPTURE(prog, 0, match_start, match_end); in Perl_regexec_flags()
6514 char *match_end= NULL; /* where a match MUST end to be considered successful */ in S_regmatch() local
9722 if (match_end && locinput != match_end) in S_regmatch()
9757 ST.prev_match_end= match_end; in S_regmatch()
9766 match_end = NULL; in S_regmatch()
9771 match_end = locinput; in S_regmatch()
9788 match_end = ST.prev_match_end; in S_regmatch()
9836 match_end = ST.prev_match_end; in S_regmatch()
/openbsd/src/gnu/lib/libiberty/src/
Dregex.c5665 const CHAR_T *match_end = NULL; in wcs_re_match_2_internal() local
5913 boolean same_str_p = (FIRST_STRING_P (match_end) in wcs_re_match_2_internal()
5921 best_match_p = d > match_end; in wcs_re_match_2_internal()
5934 match_end = d; in wcs_re_match_2_internal()
5960 d = match_end; in wcs_re_match_2_internal()