Searched refs:ERE (Results 1 – 3 of 3) sorted by relevance
/posix/ |
A D | bug-regex19.c | 30 #define ERE RE_SYNTAX_POSIX_EXTENDED macro 101 {ERE, ".\\b.", "AA~", 0, 1}, 102 {ERE, ".\\b.", "=A=", 0, 0}, 103 {ERE, ".\\b.", "==", 0, -1}, 104 {ERE, ".\\b.", "ABA", 0, -1}, 153 {ERE, ".\\<.", "=A=", 0, 0}, 154 {ERE, ".\\<.", "AA~", 0, -1}, 155 {ERE, ".\\<.", "==", 0, -1}, 156 {ERE, ".\\<.", "ABA", 0, -1}, 167 {ERE, ".\\B.", "ABA", 0, 0}, [all …]
|
A D | bug-regex20.c | 31 #define ERE RE_SYNTAX_POSIX_EXTENDED macro 120 {ERE, "x[C]y", "axCy", 1, 1}, 121 {ERE, "x[ABC]y", "axCy", 1, 1}, 126 {ERE, "x.*z", "\xc3\x84xz", 2, 1}, 130 {ERE, "x.?z", "axz", 1, 1}, 131 {ERE, "x.?z", "axyz", 1, 1}, 132 {ERE, "x.?z", "ax\xc3\x84z", 1, 1}, 137 {ERE, "x.?z", "axyyz", -1, 1}, 175 {ERE, "x[A-Z,]y", "axCy", 1, 0}, 178 {ERE, "x[[=A=]]z", "axAz", 1, 0}, [all …]
|
/posix/rxspencer/ |
A D | tests | 20 # b RE is a BRE, not an ERE 21 # & try it as both an ERE and a BRE 132 # The following test is wrong. Using \b in an BRE or ERE is undefined. 239 # Wow, there is serious disconnect here. The ERE grammar is like this:
|
Completed in 7 milliseconds