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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.c580 pstr->tip_context = ((eflags & REG_NOTBOL) ? CONTEXT_BEGBUF
610 pstr->tip_context = re_string_context_at (pstr, mid - 1,
659 pstr->tip_context = re_string_context_at (pstr, offset - 1,
755 pstr->tip_context
758 pstr->tip_context = ((BE (pstr->word_ops_used != 0, 0)
780 pstr->tip_context = (bitset_contain (pstr->word_char, c)
915 /* In this case, we use the value stored in input->tip_context,
917 return input->tip_context;
934 return input->tip_context;
H A Dregex_internal.h360 unsigned int tip_context; member in struct:re_string_t
H A Dregexec.c710 mctx.input.tip_context = (eflags & REG_NOTBOL) ? CONTEXT_BEGBUF

Completed in 50 milliseconds