Home
last modified time | relevance | path

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

/freebsd-9-stable/gnu/lib/libregex/
Dregex_internal.h412 #define re_string_first_byte(pstr, idx) \ macro
Dregcomp.c1802 !re_string_first_byte (input, re_string_cur_idx (input)))
2039 !re_string_first_byte (input, re_string_cur_idx (input)))
2273 && !re_string_first_byte (regexp, re_string_cur_idx (regexp)))
Dregex_internal.c811 if (!re_string_first_byte (pstr, pstr->cur_idx))
Dregexec.c796 if (!sb && !re_string_first_byte (&mctx.input, 0))