Searched refs:emptyoutbuf (Results 1 – 2 of 2) sorted by relevance
65 void emptyoutbuf(struct output *);79 #define outc(c, file) ((file)->nextc == (file)->bufend ? (emptyoutbuf(file), *(file)->nextc++ = (c)…
203 emptyoutbuf(struct output *dest) in emptyoutbuf() function