Home
last modified time | relevance | path

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

/dports/misc/libutf/libutf-2.10/
H A Dure.h46 URE_COMP_BIT= 0x4000, enumerator
53 URE_BASIC = (URE_COMP_BIT | 0x00),
54 URE_EXTENDED = (URE_COMP_BIT | 0x01),
55 URE_COMP_ICASE = (URE_COMP_BIT | 0x02),
56 URE_NOSUB = (URE_COMP_BIT | 0x04),
57 URE_NEWLINE = (URE_COMP_BIT | 0x08),
58 URE_NOSPEC = (URE_COMP_BIT | 0x10),
59 URE_PEND = (URE_COMP_BIT | 0x20),
60 URE_DUMP = (URE_COMP_BIT | 0x80)