Home
last modified time | relevance | path

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

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