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

/freebsd-10.0-release/contrib/libgnuregex/
H A Dregex_internal.h407 #define re_string_first_byte(pstr, idx) \ macro
H A Dregex_internal.c889 if (!re_string_first_byte (pstr, pstr->cur_idx))
H A Dregcomp.c1794 !re_string_first_byte (input, re_string_cur_idx (input)))
2029 !re_string_first_byte (input, re_string_cur_idx (input)))
2251 && !re_string_first_byte (regexp, re_string_cur_idx (regexp)))
H A Dregexec.c838 if (!sb && !re_string_first_byte (&mctx.input, 0))

Completed in 203 milliseconds