cnext_char_safe   114 lib/strutil.h      void (*cnext_char_safe) (const char **text);
cnext_char_safe   540 lib/strutil/strutil.c     used_class.cnext_char_safe ((const char **) &text);
cnext_char_safe   549 lib/strutil/strutil.c     used_class.cnext_char_safe (&text);
cnext_char_safe   558 lib/strutil/strutil.c     used_class.cnext_char_safe ((const char **) text);
cnext_char_safe   566 lib/strutil/strutil.c     used_class.cnext_char_safe (text);
cnext_char_safe   832 lib/strutil/strutil8bit.c     result.cnext_char_safe = str_8bit_cnext_char;
cnext_char_safe   759 lib/strutil/strutilascii.c     result.cnext_char_safe = str_ascii_cnext_char;
cnext_char_safe  1490 lib/strutil/strutilutf8.c     result.cnext_char_safe = str_utf8_cnext_char_safe;