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

/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c4012 boolean best_match_p;
4017 best_match_p = d > match_end;
4019 best_match_p = !MATCHING_IN_FIRST_STRING;
4027 if (!best_regs_set || best_match_p)
4046 else if (best_regs_set && !best_match_p)
3993 boolean best_match_p; local
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c4385 boolean best_match_p;
4390 best_match_p = d > match_end;
4392 best_match_p = !MATCHING_IN_FIRST_STRING;
4400 if (!best_regs_set || best_match_p)
4419 else if (best_regs_set && !best_match_p)
4365 boolean best_match_p; local
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c5933 boolean best_match_p;
5938 best_match_p = d > match_end;
5940 best_match_p = !MATCHING_IN_FIRST_STRING;
5948 if (!best_regs_set || best_match_p)
5967 else if (best_regs_set && !best_match_p)
5916 boolean best_match_p; local

Completed in 228 milliseconds