Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex.c713 int nmust_match; in test_string() local
977 get_match_counts(&nmust_match, &nextra_matches_allowed, in test_string()
979 while ((*stringp == *regexp) && (nmust_match > 0)) { in test_string()
980 nmust_match--; in test_string()
983 if (nmust_match > 0) { in test_string()
1058 get_match_counts(&nmust_match, &nextra_matches_allowed, in test_string()
1063 (nmust_match > 0)) { in test_string()
1065 nmust_match--; in test_string()
1069 if (nmust_match > 0) { in test_string()
1164 get_match_counts(&nmust_match, &nextra_matches_allowed, in test_string()
[all …]