Searched refs:cu_fgets (Results 1 – 3 of 3) sorted by relevance
50 char *cu_fgets(char *, int);
157 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()
161 cu_fgets(char *buf, int n) in cu_fgets() function