str_cget_next_char_safe  281 lib/strutil.h  const char *str_cget_next_char_safe (const char *text);
str_cget_next_char_safe  693 lib/strutil/strutil.c     return str_cget_next_char_safe (text) - text;
str_cget_next_char_safe 1353 src/subshell/common.c         n = str_cget_next_char_safe (su);