Home
last modified time | relevance | path

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

/dragonfly/contrib/grep/src/
H A Dgrep.c634 static uword unibyte_mask; variable
657 unibyte_mask = uword_max / UCHAR_MAX * mask; in initialize_unibyte_mask()
673 if (to_uchar (*p) & unibyte_mask) in skip_easy_bytes()
675 for (s = CAST_ALIGNED (uword const *, p); ! (*s & unibyte_mask); s++) in skip_easy_bytes()
677 for (p = (char const *) s; ! (to_uchar (*p) & unibyte_mask); p++) in skip_easy_bytes()
688 if (! unibyte_mask) in buf_has_encoding_errors()