Searched defs:oput (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c157 static void oput(int);
669 oput(ch);
808 oput((int)' ');
875 oput(int ch) function
896 } /* End of oput */
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c600 static void oput(int);
1098 oput(m);
2136 * are generated in oput(), charlib(), and the drawing routines.
2300 * name of the character because it's lost by the time oput() gets called but
2332 oput(code);
2345 oput(int c) function
2387 } /* End of oput */
2680 * Called from oput() for characters having codes less than 040. Special files
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h272 #define oput(c) if ((*obufp++ = (c)), obufp >= &obuf[OBUFSZ]) flusho(); else macro
275 #define oput(c) if ((*obufp++ = (c)), obufp >= &obuf[OBUFSZ]) flusho(); else macro
277 #define oput(c) if ((*obufp++ = cbits(c) & BYTEMASK), obufp >= &obuf[OBUFSZ]) flusho(); else macro

Completed in 53 milliseconds