Searched refs:fnematch (Results 1 – 4 of 4) sorted by relevance
/external/one-true-awk/ |
D | ChangeLog | 52 * b.c (fnematch): Change type of pbuf from unsigned char to char. 53 * proto.h (fnematch): Ditto. 59 * b.c (fnematch): New function for implementing the feature.
|
D | proto.h | 57 extern bool fnematch(fa *, FILE *, char **, int *, int);
|
D | lib.c | 236 found = fnematch(pfa, inf, &buf, &bufsize, recsize); in readrec() 240 found = fnematch(pfa, inf, &buf, &bufsize, recsize); in readrec()
|
D | b.c | 662 bool fnematch(fa *pfa, FILE *f, char **pbuf, int *pbufsize, int quantum) in fnematch() function
|