Searched refs:cu_fgets (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sed/
H A Dextern.h52 char *cu_fgets(char *, int, int *);
H A Dcompile.c162 if ((p = cu_fgets(lbuf, sizeof (lbuf), NULL)) == NULL) {
518 if (cu_fgets(lbuf, sizeof (lbuf),
540 } while (cu_fgets(p = lbuf, sizeof (lbuf), &more));
729 while (cu_fgets(lbuf, sizeof (lbuf), NULL)) {
H A Dmain.c220 cu_fgets(char *buf, int n, int *more) function

Completed in 83 milliseconds