cprev_char_safe   115 lib/strutil.h        /*I*/ void (*cprev_char_safe) (const char **text);
cprev_char_safe   583 lib/strutil/strutil.c     used_class.cprev_char_safe ((const char **) &text);
cprev_char_safe   592 lib/strutil/strutil.c     used_class.cprev_char_safe (&text);
cprev_char_safe   601 lib/strutil/strutil.c     used_class.cprev_char_safe ((const char **) text);
cprev_char_safe   609 lib/strutil/strutil.c     used_class.cprev_char_safe (text);
cprev_char_safe   817 lib/strutil/strutil8bit.c     result.cprev_char_safe = str_8bit_cprev_char;
cprev_char_safe   742 lib/strutil/strutilascii.c     result.cprev_char_safe = str_ascii_cprev_char;
cprev_char_safe  1472 lib/strutil/strutilutf8.c     result.cprev_char_safe = str_utf8_cprev_char_safe;