HomeSort by: relevance | last modified time | path
    Searched refs:cu_fgets (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/sed/
extern.h 53 char *cu_fgets(char *, int, int *);
compile.c 171 if ((p = cu_fgets(lbuf, sizeof(lbuf), NULL)) == NULL) {
679 if (cu_fgets(lbuf, sizeof(lbuf), &more))
698 } while (cu_fgets(p = lbuf, sizeof(lbuf), &more));
891 while (cu_fgets(lbuf, sizeof(lbuf), NULL)) {
main.c 243 cu_fgets(char *buf, int n, int *more) function in typeref:typename:char *

Completed in 13 milliseconds