Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c23229 static int regmatchsimplerepeat(regex_t *preg, int scan, int matchmin) in regmatchsimplerepeat() function
23455 return regmatchsimplerepeat(preg, scan, OP(preg, scan) == REPMIN); in regmatch()