Home
last modified time | relevance | path

Searched refs:nextrecord (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/awk_xpg4/
H A Dawk2.c59 while (nextrecord(linebuf, awkinfp) > 0) in awk()
70 nextrecord(wchar_t *cp, FILE *fp) in nextrecord() function
563 ret = nextrecord(linebuf, fp); in f_getline()
566 ret = nextrecord(cp, fp); in f_getline()
H A Dawk.h290 int nextrecord(wchar_t *buf, FILE *fp);