Searched defs:OUTCHAR (Results 1 – 3 of 3) sorted by relevance
133 #define OUTCHAR(c) (buflen > 0? (--buflen, *buf++ = (c)): 0) macro
102 #define OUTCHAR(x) \ macro
135 #define OUTCHAR(c) \ macro