Searched refs:BRACKET (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_pyparse.py | 151 (NONE, BACKSLASH, FIRST, NEXT, BRACKET) = range(5) 171 TestInfo('("""Complete string in bracket"""\n', [0, 1], BRACKET), 176 TestInfo('\n def function1(self, a,\\\n', [0, 1, 2], BRACKET), 177 TestInfo('\n def function1(self, a,\n', [0, 1, 2], BRACKET), 179 TestInfo(')(\n', [0, 1], BRACKET), # Extra closer. 201 (NONE, BACKSLASH, FIRST, NEXT, BRACKET) = range(5) 208 TestInfo('\n def function1(self, a,\\\n', BRACKET)
|
/third_party/musl/src/regex/ |
H A D | fnmatch.c | 25 #define BRACKET -3 macro 81 return BRACKET; in pat_next() 189 if (c == BRACKET) { in fnmatch_internal() 250 if (c == BRACKET) { in fnmatch_internal() 279 if (c == BRACKET) { in fnmatch_internal()
|
Completed in 2 milliseconds