Home
last modified time | relevance | path

Searched refs:best_match_p (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c3993 boolean best_match_p; variable
3998 best_match_p = d > match_end;
4000 best_match_p = !MATCHING_IN_FIRST_STRING;
4008 if (!best_regs_set || best_match_p)
4027 else if (best_regs_set && !best_match_p)
/openbsd/gnu/usr.bin/cvs/lib/
H A Dregex.c4365 boolean best_match_p; local
4370 best_match_p = d > match_end;
4372 best_match_p = !MATCHING_IN_FIRST_STRING;
4380 if (!best_regs_set || best_match_p)
4399 else if (best_regs_set && !best_match_p)
/openbsd/gnu/lib/libiberty/src/
H A Dregex.c5916 boolean best_match_p; in wcs_re_match_2_internal() local
5921 best_match_p = d > match_end; in wcs_re_match_2_internal()
5923 best_match_p = !MATCHING_IN_FIRST_STRING; in wcs_re_match_2_internal()
5931 if (!best_regs_set || best_match_p) in wcs_re_match_2_internal()
5950 else if (best_regs_set && !best_match_p) in wcs_re_match_2_internal()