Lines Matching refs:output
74 struct output output = { variable
77 struct output errout = {
81 struct output memout = {
86 struct output output = { variable
89 struct output errout = {
92 struct output preverrout;
94 struct output memout = {
99 struct output *out1 = &output;
100 struct output *out2 = &errout;
119 out1 = &output;
136 outmem(const char *p, size_t len, struct output *dest) in outmem()
202 outstr(const char *p, struct output *file) in outstr()
221 outcslow(int c, struct output *dest) in outcslow()
232 flushout(&output); in flushall()
240 flushout(struct output *dest) in flushout()
260 outfmt(struct output *file, const char *fmt, ...) in outfmt()
329 doformat(struct output *dest, const char *f, va_list ap) in doformat()
402 output.stream = stdout; in initstreams()