Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/troff/nroff.d/
H A Dn10.c419 oput(k); in ptout1()
475 oput('_'); in ptout1()
477 oput('\b'); in ptout1()
484 oput(k); in ptout1()
486 oput('\b'); in ptout1()
487 oput(k); in ptout1()
493 oput(cbits(*qq++)); in ptout1()
496 oput('\b'); in ptout1()
498 oput(cbits(*qq++)); in ptout1()
507 oput(k); in ptout1()
[all …]
/titanic_41/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]);
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
/titanic_41/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'); in ptesc()
564 oput(esc/10 + '0'); in ptesc()
[all …]
/titanic_41/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c157 static void oput(int);
669 oput(ch); in text()
808 oput((int)' '); in spaces()
875 oput(int ch) in oput() function
/titanic_41/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c600 static void oput(int);
1098 oput(m); in conv()
2332 oput(code); in put1()
2345 oput(int c) in oput() function