re_string_byte_at  960 compat/regex/regex_internal.c       c = re_string_byte_at (input, idx);
re_string_byte_at  800 compat/regex/regexec.c 		    ? 0 : re_string_byte_at (&mctx.input, offset));
re_string_byte_at 3751 compat/regex/regexec.c       unsigned char c = re_string_byte_at (input, str_idx), d;
re_string_byte_at 3758 compat/regex/regexec.c       d = re_string_byte_at (input, str_idx + 1);
re_string_byte_at 3793 compat/regex/regexec.c 	  d = re_string_byte_at (input, str_idx + i);
re_string_byte_at 3809 compat/regex/regexec.c 	   re_string_byte_at (input, str_idx) == '\n') ||
re_string_byte_at 3811 compat/regex/regexec.c 	   re_string_byte_at (input, str_idx) == '\0'))
re_string_byte_at 4050 compat/regex/regexec.c   ch = re_string_byte_at (&mctx->input, idx);