Searched refs:cu_fgets (Results 1 – 3 of 3) sorted by relevance
| /freebsd/usr.bin/sed/ |
| H A D | extern.h | 52 char *cu_fgets(char *, int, int *);
|
| H A D | compile.c | 163 if ((p = cu_fgets(lbuf, sizeof(lbuf), NULL)) == NULL) { in compile_stream() 645 if (cu_fgets(lbuf, sizeof(lbuf), &more)) in compile_subst() 666 } while (cu_fgets(p = lbuf, sizeof(lbuf), &more) != NULL); in compile_subst() 865 while (cu_fgets(lbuf, sizeof(lbuf), NULL) != NULL) { in compile_text()
|
| H A D | main.c | 212 cu_fgets(char *buf, int n, int *more) in cu_fgets() function
|