cprev_char_safe   114 lib/strutil.h      /*I*/ void (*cprev_char_safe) (const char **text);
cprev_char_safe   579 lib/strutil/strutil.c     used_class.cprev_char_safe ((const char **) &text);
cprev_char_safe   588 lib/strutil/strutil.c     used_class.cprev_char_safe (&text);
cprev_char_safe   597 lib/strutil/strutil.c     used_class.cprev_char_safe ((const char **) text);
cprev_char_safe   605 lib/strutil/strutil.c     used_class.cprev_char_safe (text);
cprev_char_safe   831 lib/strutil/strutil8bit.c     result.cprev_char_safe = str_8bit_cprev_char;
cprev_char_safe   761 lib/strutil/strutilascii.c     result.cprev_char_safe = str_ascii_cprev_char;
cprev_char_safe  1491 lib/strutil/strutilutf8.c     result.cprev_char_safe = str_utf8_cprev_char_safe;