Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex.h67 #ifdef UNLIMITED
68 #undef UNLIMITED
70 #define UNLIMITED 0xff macro
H A Dregex.c395 if (maximum_match_count == (int)UNLIMITED) { in get_match_counts()
396 *nextra_matches_allowedp = (int)UNLIMITED; in get_match_counts()
985 } else if (nextra_matches_allowed == UNLIMITED) { in test_string()
1071 } else if (nextra_matches_allowed == UNLIMITED) { in test_string()
1173 } else if (nextra_matches_allowed == UNLIMITED) { in test_string()
1202 } else if (nextra_matches_allowed == UNLIMITED) { in test_string()
1329 } else if (nextra_matches_allowed == UNLIMITED) { in test_string()
1463 } else if (nextra_matches_allowed == UNLIMITED) { in test_string()
1594 } else if (nextra_matches_allowed == UNLIMITED) { in test_string()
1750 } else if (nextra_matches_allowed == UNLIMITED) { in test_string()
H A Dregcmp.c810 max_count = UNLIMITED; in regcmp()
831 ((max_count != UNLIMITED) && in regcmp()