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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dregex.c4137 boolean best_match_p;
4142 best_match_p = d > match_end;
4144 best_match_p = !MATCHING_IN_FIRST_STRING;
4152 if (!best_regs_set || best_match_p)
4171 else if (best_regs_set && !best_match_p)
4118 boolean best_match_p; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c6031 boolean best_match_p;
6041 best_match_p = d > match_end;
6043 best_match_p = !MATCHING_IN_FIRST_STRING;
6052 if (!best_regs_set || best_match_p)
6071 else if (best_regs_set && !best_match_p)
6014 boolean best_match_p; local

Completed in 111 milliseconds