translate 467 maint/gnulib/lib/regcomp.c preg->translate = NULL; translate 621 maint/gnulib/lib/regcomp.c re_free (preg->translate); translate 622 maint/gnulib/lib/regcomp.c preg->translate = NULL; translate 748 maint/gnulib/lib/regcomp.c err = re_string_construct (®exp, pattern, length, preg->translate, translate 774 maint/gnulib/lib/regcomp.c if (dfa->is_utf8 && !(syntax & RE_ICASE) && preg->translate == NULL) translate 437 maint/gnulib/lib/regex.h __RE_TRANSLATE_TYPE __REPB_PREFIX(translate); translate 599 maint/gnulib/lib/regexec.c RE_TRANSLATE_TYPE t = preg->translate; translate 631 maint/gnulib/lib/regexec.c preg->translate, (preg->syntax & RE_ICASE) != 0, translate 325 maint/gnulib/tests/test-regex.c regex.translate = folded_chars;