Searched refs:cu_fgets (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/sed/ |
H A D | extern.h | 52 char *cu_fgets(char *, int, int *);
|
H A D | compile.c | 162 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 D | main.c | 220 cu_fgets(char *buf, int n, int *more) in cu_fgets() function
|