Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Dproto.h55 extern int nematch(fa *, const char *);
H A Dlib.c616 if (nematch(pfa, rec)) { in refldbld()
H A Drun.c1718 if (nematch(pfa,s)) { in split()
1739 } while (nematch(pfa,s)); in split()
H A Db.c783 int nematch(fa *f, const char *p0) /* non-empty match, for sub */ in nematch() function