Home
last modified time | relevance | path

Searched defs:re_match (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/idlelib/
Dcolorizer.py76 def matched_named_groups(re_match): argument
/third_party/sqlite/src/
Dshell.c6033 #define re_match sqlite3re_match macro
6161 static int re_match(ReCompiled *pRe, const unsigned char *zIn, int nIn){ in re_match() function