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

/freebsd-10.0-release/contrib/libgnuregex/
H A Dregex_internal.c875 return re_string_fetch_byte (pstr);
890 return re_string_fetch_byte (pstr);
896 return re_string_fetch_byte (pstr);
H A Dregex_internal.h343 /* The index in MBS, which is updated by re_string_fetch_byte. */
405 #define re_string_fetch_byte(pstr) \ macro
H A Dregcomp.c3373 ch = re_string_fetch_byte (regexp);
H A Dregexec.c2303 ch = re_string_fetch_byte (&mctx->input);

Completed in 202 milliseconds