Searched refs:regtry (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/less/ |
| H A D | regexp.c | 798 STATIC int regtry(regexp *, constant char *); 839 return(regtry(prog, string)); in regexec2() 846 if (regtry(prog, s)) in regexec2() 853 if (regtry(prog, s)) in regexec2() 871 regtry(regexp *prog, constant char *string) in regtry() function
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 23034 static int regtry(regex_t *preg, const char *string ); 23095 if (regtry(preg, string)) { in jim_regexec() 23118 if (regtry(preg, s)) in jim_regexec() 23126 if (regtry(preg, s)) in jim_regexec() 23142 static int regtry( regex_t *preg, const char *string ) in regtry() function
|