cnext_char_safe   114 lib/strutil.h      void (*cnext_char_safe) (const char **text);
cnext_char_safe   549 lib/strutil/strutil.c     used_class.cnext_char_safe ((const char **) &text);
cnext_char_safe   558 lib/strutil/strutil.c     used_class.cnext_char_safe (&text);
cnext_char_safe   567 lib/strutil/strutil.c     used_class.cnext_char_safe ((const char **) text);
cnext_char_safe   575 lib/strutil/strutil.c     used_class.cnext_char_safe (text);
cnext_char_safe   816 lib/strutil/strutil8bit.c     result.cnext_char_safe = str_8bit_cnext_char;
cnext_char_safe   741 lib/strutil/strutilascii.c     result.cnext_char_safe = str_ascii_cnext_char;
cnext_char_safe  1471 lib/strutil/strutilutf8.c     result.cnext_char_safe = str_utf8_cnext_char_safe;