Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn10.c417 oput(k); in ptout1()
473 oput('_'); in ptout1()
475 oput('\b'); in ptout1()
482 oput(k); in ptout1()
484 oput('\b'); in ptout1()
485 oput(k); in ptout1()
505 oput(k); in ptout1()
507 oput('\b'); in ptout1()
508 oput(k); in ptout1()
557 oput(*++k);
[all …]
/illumos-gate/usr/src/cmd/troff/
H A Dn2.c164 oput(' ');
168 oput(j);
174 oput('-');
190 oput('\\');
191 oput('(');
192 oput(chname[chtab[j-128]]);
193 oput(chname[chtab[j-128]+1]);
219 oput(*i++);
H A Dtdef.h270 #define oput(c) if ((*obufp++ = (c)), obufp >= &obuf[OBUFSZ]) flusho(); else macro
273 #define oput(c) if ((*obufp++ = (c)), obufp >= &obuf[OBUFSZ]) flusho(); else macro
275 #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.c320 oput('\n');
337 oput('w');
467 oput(esc / 10 + '0');
468 oput(esc % 10 + '0');
469 oput(k);
475 oput('c');
476 oput(k);
477 oput('\n');
560 oput('h'); in ptesc()
562 oput(esc/10 + '0'); in ptesc()
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c156 static void oput(int);
668 oput(ch); in text()
807 oput((int)' '); in spaces()
874 oput(int ch) in oput() function
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c598 static void oput(int);
1096 oput(m); in conv()
2330 oput(code); in put1()
2343 oput(int c) in oput() function