Searched refs:meta_chars (Results 1 – 1 of 1) sorted by relevance
92 static const char *meta_chars = "|.^$*+?()[\\"; variable199 while (**re != '\0' && (strchr(meta_chars, **re)) == NULL) in exact()