436
437
static void re_string_translate_buffer (re_string_t *pstr) internal_function;
437
438
static unsigned int re_string_context_at (const re_string_t *input, int idx,
441
442
#define re_string_peek_byte(pstr, offset) \
442
443
((pstr)->mbs[(pstr)->cur_idx + offset])