HomeSort by relevance Sort by last modified time
    Searched refs:tip_context (Results 1 - 3 of 3) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 595 pstr->tip_context = ((eflags & REG_NOTBOL) ? CONTEXT_BEGBUF
625 pstr->tip_context = re_string_context_at (pstr, mid - 1,
674 pstr->tip_context = re_string_context_at (pstr, offset - 1,
768 pstr->tip_context
771 pstr->tip_context = ((BE (pstr->word_ops_used != 0, 0)
793 pstr->tip_context = (bitset_contain (pstr->word_char, c)
930 /* In this case, we use the value stored in input->tip_context,
932 return input->tip_context;
949 return input->tip_context;
    [all...]
regex_internal.h 402 unsigned int tip_context; member in struct:re_string_t
regexec.c 745 mctx.input.tip_context = (eflags & REG_NOTBOL) ? CONTEXT_BEGBUF
    [all...]

Completed in 6357 milliseconds