Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dregexp.c800 STATIC int regrepeat(char *);
1058 no = regrepeat(OPERAND(scan)); in regmatch()
1098 regrepeat(char *p) in regrepeat() function
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c23036 static int regrepeat(regex_t *preg, int p, int max);
23233 no = regrepeat(preg, scan + 5, max); in regmatchsimplerepeat()
23488 static int regrepeat(regex_t *preg, int p, int max) in regrepeat() function