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

/osnet-11/usr/src/lib/libpp/common/
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);

Completed in 17 milliseconds