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

/osnet-11/usr/src/lib/libc/port/regex/
H A Dregex.c715 int nmust_match; local
979 get_match_counts(&nmust_match, &nextra_matches_allowed,
981 while ((*stringp == *regexp) && (nmust_match > 0)) {
982 nmust_match--;
985 if (nmust_match > 0) {
1060 get_match_counts(&nmust_match, &nextra_matches_allowed,
1065 (nmust_match > 0)) {
1067 nmust_match--;
1071 if (nmust_match > 0) {
1166 get_match_counts(&nmust_match,
[all...]

Completed in 16 milliseconds