cnext_char_safe   113 lib/strutil.h      void (*cnext_char_safe) (const char **text);
cnext_char_safe   545 lib/strutil/strutil.c     used_class.cnext_char_safe ((const char **) &text);
cnext_char_safe   554 lib/strutil/strutil.c     used_class.cnext_char_safe (&text);
cnext_char_safe   563 lib/strutil/strutil.c     used_class.cnext_char_safe ((const char **) text);
cnext_char_safe   571 lib/strutil/strutil.c     used_class.cnext_char_safe (text);
cnext_char_safe   830 lib/strutil/strutil8bit.c     result.cnext_char_safe = str_8bit_cnext_char;
cnext_char_safe   760 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;