Home
last modified time | relevance | path

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

/netbsd/src/external/historical/nawk/dist/
Dproto.h52 extern int nematch(fa *, const char *);
Dlib.c610 if (nematch(pfa, rec)) { in refldbld()
Drun.c1712 if (nematch(pfa,s)) { in split()
1733 } while (nematch(pfa,s)); in split()
Db.c796 int nematch(fa *f, const char *p0) /* non-empty match, for sub */ in nematch() function