Searched refs:outc (Results 1 – 4 of 4) sorted by relevance
104 static inline void outc(int ch, struct output *file) in outc() function110 static inline void outc(int ch, struct output *file) in outc() function120 #define out1c(c) outc((c), out1)
129 outc('\n', errs); in exvwarning2()
847 outc('\n', out);
59 #define putc(c, file) outc(c, file)
Completed in 10 milliseconds