str_cget_next_char_safe  285 lib/strutil.h  const char *str_cget_next_char_safe (const char *text);
str_cget_next_char_safe  697 lib/strutil/strutil.c     return str_cget_next_char_safe (text) - text;
str_cget_next_char_safe 1249 src/subshell/common.c         n = str_cget_next_char_safe (su);