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

/freebsd-11-stable/usr.bin/grep/regex/
H A Dtre-fastmatch.c76 case STR_WIDE: \
117 ? ((type == STR_WIDE) ? ((j + fg->wlen) > len) \
142 case STR_WIDE: \
183 u = MIN((type == STR_WIDE ? fg->wlen : fg->len) - shift, v); \
811 ((type == STR_WIDE) ? \
818 ((type == STR_WIDE) ? \
840 ((j == 0) || ((type == STR_WIDE) ? (str_wide[j - 1] == TRE_CHAR('\n'))\
852 ((type == STR_WIDE) \
885 case STR_WIDE:
910 case STR_WIDE
[all...]
H A Dglue.h41 typedef enum { STR_WIDE, STR_BYTE, STR_MBS, STR_USER } tre_str_type_t; enumerator in enum:__anon13771
H A Dfastmatch.c154 tre_str_type_t type = STR_WIDE;

Completed in 61 milliseconds