Home
last modified time | relevance | path

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

/titanic_41/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) { in compile_stream()
518 if (cu_fgets(lbuf, sizeof (lbuf), in compile_subst()
540 } while (cu_fgets(p = lbuf, sizeof (lbuf), &more)); in compile_subst()
729 while (cu_fgets(lbuf, sizeof (lbuf), NULL)) { in compile_text()
H A Dmain.c220 cu_fgets(char *buf, int n, int *more) in cu_fgets() function