Searched refs:count_char (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/regex/
H A Dregcmp.c933 char count_char = '0'; local
940 count_char = *regexp;
941 while (('0' <= count_char) && (count_char <= '9')) {
942 count = (10 * count) + (int)(count_char - '0');
945 count_char = *regexp;

Completed in 21 milliseconds