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

  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 414 unsigned char word_ops_used; member in struct:re_string_t
695 unsigned int word_ops_used : 1; member in struct:re_dfa_t
regex_internal.c 60 pstr->word_ops_used = dfa->word_ops_used;
771 pstr->tip_context = ((BE (pstr->word_ops_used != 0, 0)
952 if (BE (input->word_ops_used != 0, 0) && IS_WIDE_WORD_CHAR (wc))
    [all...]
regcomp.c 954 dfa->word_ops_used = 1;
    [all...]

Completed in 33 milliseconds