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

/osnet-11/usr/src/lib/libc/port/regex/
H A Dregex.c714 int nextra_matches_allowed; local
979 get_match_counts(&nmust_match, &nextra_matches_allowed,
987 } else if (nextra_matches_allowed == UNLIMITED) {
998 (nextra_matches_allowed > 0)) {
999 nextra_matches_allowed--;
1060 get_match_counts(&nmust_match, &nextra_matches_allowed,
1073 } else if (nextra_matches_allowed == UNLIMITED) {
1087 (nextra_matches_allowed > 0)) {
1088 nextra_matches_allowed--;
1166 get_match_counts(&nmust_match, &nextra_matches_allowed,
[all...]

Completed in 34 milliseconds