Lines Matching refs:output
45 struct output { struct
57 extern struct output output; argument
58 extern struct output errout;
59 extern struct output preverrout;
61 extern struct output memout;
63 extern struct output *out1;
64 extern struct output *out2;
66 void outmem(const char *, size_t, struct output *);
67 void outstr(const char *, struct output *);
69 void outcslow(int, struct output *);
72 void flushout(struct output *);
73 void outfmt(struct output *, const char *, ...)
81 void doformat(struct output *, const char *, va_list);
97 output.nextc = output.buf; in freestdout()
98 output.flags = 0; in freestdout()
104 static inline void outc(int ch, struct output *file) in outc()
110 static inline void outc(int ch, struct output *file) in outc()