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

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregex_internal.c592 pstr->tip_context = ((eflags & REG_NOTBOL) ? CONTEXT_BEGBUF
622 pstr->tip_context = re_string_context_at (pstr, mid - 1,
671 pstr->tip_context = re_string_context_at (pstr, offset - 1,
767 pstr->tip_context
770 pstr->tip_context = ((BE (pstr->word_ops_used != 0, 0)
792 pstr->tip_context = (bitset_contain (pstr->word_char, c)
927 /* In this case, we use the value stored in input->tip_context,
929 return input->tip_context;
946 return input->tip_context;
H A Dregex_internal.h359 unsigned int tip_context; member in struct:re_string_t
H A Dregexec.c725 mctx.input.tip_context = (eflags & REG_NOTBOL) ? CONTEXT_BEGBUF

Completed in 87 milliseconds