Searched defs:oput (Results 1 – 3 of 3) sorted by relevance
875 oput(int ch) in oput() function
272 #define oput(c) if ((*obufp++ = (c)), obufp >= &obuf[OBUFSZ]) flusho(); else macro275 #define oput(c) if ((*obufp++ = (c)), obufp >= &obuf[OBUFSZ]) flusho(); else macro277 #define oput(c) if ((*obufp++ = cbits(c) & BYTEMASK), obufp >= &obuf[OBUFSZ]) flusho(); else macro
2345 oput(int c) in oput() function