Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/regex/
H A Dregex.h69 #ifdef UNLIMITED
70 #undef UNLIMITED
72 #define UNLIMITED 0xff macro
H A Dregex.c397 if (maximum_match_count == (int)UNLIMITED) { in get_match_counts()
398 *nextra_matches_allowedp = (int)UNLIMITED; in get_match_counts()
987 } else if (nextra_matches_allowed == UNLIMITED) { in test_string()
1073 } else if (nextra_matches_allowed == UNLIMITED) { in test_string()
1175 } else if (nextra_matches_allowed == UNLIMITED) { in test_string()
1204 } else if (nextra_matches_allowed == UNLIMITED) { in test_string()
1331 } else if (nextra_matches_allowed == UNLIMITED) { in test_string()
1465 } else if (nextra_matches_allowed == UNLIMITED) { in test_string()
1596 } else if (nextra_matches_allowed == UNLIMITED) { in test_string()
1752 } else if (nextra_matches_allowed == UNLIMITED) { in test_string()
H A Dregcmp.c810 max_count = UNLIMITED; in regcmp()
831 ((max_count != UNLIMITED) && in regcmp()