Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dregexp.c698 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