Home
last modified time | relevance | path

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

/NextBSD/usr.bin/sed/
HDextern.h51 char *cu_fgets(char *, int, int *);
HDcompile.c165 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()
HDmain.c218 cu_fgets(char *buf, int n, int *more) in cu_fgets() function