Searched refs:mf_fgets (Results 1 – 3 of 3) sorted by relevance
53 int mf_fgets(SPACE *, enum e_spflag);
99 for (linenum = 0; mf_fgets(&PS, REPLACE); /* NOP */) { in process()173 if (!mf_fgets(&PS, REPLACE)) in process()180 if (!mf_fgets(&PS, APPEND)) in process()
318 mf_fgets(SPACE *sp, enum e_spflag spflag) in mf_fgets() function