Searched refs:oput (Results 1 – 6 of 6) sorted by relevance
419 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 …]
166 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++);
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
322 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 …]
157 static void oput(int);669 oput(ch); in text()808 oput((int)' '); in spaces()875 oput(int ch) in oput() function
600 static void oput(int);1098 oput(m); in conv()2332 oput(code); in put1()2345 oput(int c) in oput() function