Home
last modified time | relevance | path

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

/openbsd/usr.bin/awk/
H A Dproto.h53 extern int nematch(fa *, const char *);
H A Dlib.c614 if (nematch(pfa, rec)) { in refldbld()
H A Drun.c1720 if (nematch(pfa,s)) { in split()
1741 } while (nematch(pfa,s)); in split()
H A Db.c799 int nematch(fa *f, const char *p0) /* non-empty match, for sub */ in nematch() function