Searched refs:regtry (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/less/ |
| H A D | regexp.c | 698 STATIC int regtry(regexp *, constant char *); 748 return(regtry(prog, string)); 755 if (regtry(prog, s)) 762 if (regtry(prog, s)) 777 - regtry - try match at specific point 780 regtry(regexp *prog, constant char *string) 799 regtry(prog, string) regtry() function
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 23045 static int regtry(regex_t *preg, const char *string ); 23106 if (regtry(preg, string)) { in jim_regexec() 23129 if (regtry(preg, s)) in jim_regexec() 23137 if (regtry(preg, s)) in jim_regexec() 23153 static int regtry( regex_t *preg, const char *string ) in regtry() function
|