Searched refs:awkrecord (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/awk_xpg4/
H A Dawk0.c192 wchar_t *(*awkrecord) ANSI((wchar_t *, int, FILE*)) = defrecord; variable
H A Dawk.h417 extern wchar_t *(*awkrecord)(wchar_t *, int, FILE *);
H A Dawk3.c177 awkrecord = defrecord;
179 awkrecord = multirecord;
181 awkrecord = charrecord;
H A Dawk2.c77 if ((*awkrecord)(ep, NLINE, fp) == NULL) {

Completed in 97 milliseconds