Home
last modified time | relevance | path

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

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