Home
last modified time | relevance | path

Searched refs:re_string_first_byte (Results 1 – 4 of 4) sorted by relevance

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h473 #define re_string_first_byte(pstr, idx) \ macro
H A Dregcomp.c1814 !re_string_first_byte (input, re_string_cur_idx (input))) in peek_token()
2048 !re_string_first_byte (input, re_string_cur_idx (input))) in peek_token_bracket()
2279 && !re_string_first_byte (regexp, re_string_cur_idx (regexp))) in parse_expression()
H A Dregex_internal.c892 if (!re_string_first_byte (pstr, pstr->cur_idx)) in re_string_fetch_byte_case()
H A Dregexec.c795 if (!sb && !re_string_first_byte (&mctx.input, 0)) in re_search_internal()