Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/sed/
Dextern.h50 char *cu_fgets(char *, int);
Dcompile.c157 if ((p = cu_fgets(lbuf, sizeof(lbuf))) == NULL) { in compile_stream()
508 } while (cu_fgets(p = lbuf, sizeof(lbuf))); in compile_subst()
642 while (cu_fgets(lbuf, sizeof(lbuf))) { in compile_text()
Dmain.c161 cu_fgets(char *buf, int n) in cu_fgets() function