Searched defs:count_length (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/regex/
H A Dregcmp.c134 int count_length; local
795 count_length = get_count(&min_count, regexp);
796 if (count_length <= 0) {
800 regexp += count_length;
812 count_length = get_count(
814 if (count_length <= 0) {
818 regexp += count_length;
935 int count_length = 0; local
943 count_length++;
949 return (count_length);
[all...]

Completed in 16 milliseconds