Searched refs:re_string_byte_at (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/libgnuregex/
H A Dregexec.c816 ? 0 : re_string_byte_at (&mctx.input, offset));
3765 unsigned char c = re_string_byte_at (input, str_idx), d;
3772 d = re_string_byte_at (input, str_idx + 1);
3807 d = re_string_byte_at (input, str_idx + i);
3823 re_string_byte_at (input, str_idx) == '\n') ||
3825 re_string_byte_at (input, str_idx) == '\0'))
4063 ch = re_string_byte_at (&mctx->input, idx);
H A Dregex_internal.h416 #define re_string_byte_at(pstr,idx) ((pstr)->mbs[idx]) macro
H A Dregex_internal.c957 c = re_string_byte_at (input, idx);

Completed in 112 milliseconds