Home
last modified time | relevance | path

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

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