Home
last modified time | relevance | path

Searched refs:emptyoutbuf (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/bin/sh/
H A Doutput.h67 void emptyoutbuf(struct output *);
81 #define outc(c, file) ((file)->nextc == (file)->bufend ? (emptyoutbuf(file), *(file)->nextc++ = (c)…
H A Doutput.c209 emptyoutbuf(struct output *dest) in emptyoutbuf() function