tsd_sep           333 ext/filter/logical_filters.c 	char tsd_sep[3] = "',.";
tsd_sep           390 ext/filter/logical_filters.c 		if ((flags & FILTER_FLAG_ALLOW_THOUSAND) && (*str == tsd_sep[0] || *str == tsd_sep[1] || *str == tsd_sep[2])) {