Searched refs:oput (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn10.c419 oput(k);
475 oput('_');
477 oput('\b');
484 oput(k);
486 oput('\b');
487 oput(k);
493 oput(cbits(*qq++));
496 oput('\b');
498 oput(cbits(*qq++));
507 oput(
[all...]
/illumos-gate/usr/src/cmd/troff/
H A Dn2.c166 oput(' ');
170 oput(j);
176 oput('-');
192 oput('\\');
193 oput('(');
194 oput(chname[chtab[j-128]]);
195 oput(chname[chtab[j-128]+1]);
205 oput(i)
221 oput(*i++);
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
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt10.c322 oput('\n');
339 oput('w');
469 oput(esc / 10 + '0');
470 oput(esc % 10 + '0');
471 oput(k);
477 oput('c');
478 oput(k);
479 oput('\n');
562 oput('h');
564 oput(es
[all...]
/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

Completed in 97 milliseconds