Searched refs:cu_fgets (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/usr.bin/sed/ |
| HD | extern.h | 51 char *cu_fgets(char *, int, int *);
|
| HD | compile.c | 165 if ((p = cu_fgets(lbuf, sizeof(lbuf), NULL)) == NULL) { in compile_stream() 526 if (cu_fgets(lbuf, sizeof(lbuf), &more)) in compile_subst() 547 } while (cu_fgets(p = lbuf, sizeof(lbuf), &more)); in compile_subst() 746 while (cu_fgets(lbuf, sizeof(lbuf), NULL)) { in compile_text()
|
| HD | main.c | 218 cu_fgets(char *buf, int n, int *more) in cu_fgets() function
|