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