Home
last modified time | relevance | path

Searched refs:tip_context (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/libgnuregex/
H A Dregex_internal.c591 pstr->tip_context = ((eflags & REG_NOTBOL) ? CONTEXT_BEGBUF in re_string_reconstruct()
621 pstr->tip_context = re_string_context_at (pstr, mid - 1, in re_string_reconstruct()
670 pstr->tip_context = re_string_context_at (pstr, offset - 1, in re_string_reconstruct()
766 pstr->tip_context in re_string_reconstruct()
769 pstr->tip_context = ((BE (pstr->word_ops_used != 0, 0) in re_string_reconstruct()
791 pstr->tip_context = (bitset_contain (pstr->word_char, c) in re_string_reconstruct()
928 return input->tip_context; in re_string_context_at()
945 return input->tip_context; in re_string_context_at()
H A Dregex_internal.h359 unsigned int tip_context; member
H A Dregexec.c722 mctx.input.tip_context = (eflags & REG_NOTBOL) ? CONTEXT_BEGBUF