Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcmp.c68 #define RIGHT_CURLY_BRACE '}' macro
802 if (*regexp == RIGHT_CURLY_BRACE) { /* {min_count} */ in regcmp()
808 if (*regexp == RIGHT_CURLY_BRACE) { in regcmp()
819 if (*regexp != RIGHT_CURLY_BRACE) { in regcmp()