Searched defs:refill (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libpp/
H A Dppfsm.c885 * file buffer refill
890 refill(register int c) function
941 debug((-7, "refill(\"%s\") = %d = \"%-.*s%s\"", error_info.file, c, (c > 32 ? 32 : c), pp.in->nextchr, c > 32 ? "..." : ""));
943 sfprintf(sfstderr, "===== refill(\"%s\") = %d =====\n%s\n===== eob(\"%s\") =====\n", error_info.file, c, pp.in->nextchr, error_info.file);
H A Dppfsm.h243 refill(p); \
260 #define refill _pp_refill macro
276 extern void refill(int);
/ast/src/cmd/dsslib/xml/
H A Dxml.c207 * refill the input buffer and return the next char, -1 on error
211 refill(Dssfile_t* file, register File_t* f, int c, Dssdisc_t* disc) function
247 #define REFILL(f,c,r) do { if ((c = refill(file, f, c, disc)) < 0) r; } while (0)

Completed in 29 milliseconds