Searched refs:CLOSE_PAREN_CHAR (Results 1 – 3 of 3) sorted by relevance
50 #define CLOSE_PAREN_CHAR ')' macro93 (c) == CLOSE_PAREN_CHAR || \
1891 *s == CLOSE_PAREN_CHAR || *s == COLON_CHAR) { in get_next_token()1896 else if (*s == CLOSE_PAREN_CHAR) in get_next_token()1907 else if (*s == EQUAL_CHAR || *s == CLOSE_PAREN_CHAR || in get_next_token()1966 match = c == CLOSE_PAREN_CHAR; in skip_token()2315 else if (*s == CLOSE_PAREN_CHAR) in get_ldap_filter()
2187 case CLOSE_PAREN_CHAR: in skip_get_dn()