Lines Matching defs:plodput
34 int plodput(char);
168 plodput(char c)
232 (void) tputs(HO, 0, plodput);
241 (void) tputs(LL, 0, plodput);
291 (void) tputs(CR, 0, plodput);
293 (void) plodput('\r');
296 (void) tputs(NL, 0, plodput);
298 (void) plodput('\n');
307 (void) tputs(NL, 0, plodput);
309 (void) plodput('\n');
322 * (void) tputs(BT, 0, plodput);
330 (void) tputs(BC, 0, plodput);
332 (void) plodput('\b');
336 (void) tputs(UP, 0, plodput);
346 (void) tputs(TA, 0, plodput);
348 (void) plodput('\t');
353 (void) tputs(TA, 0, plodput);
355 (void) plodput('\t');
360 (void) tputs(BC, 0, plodput);
362 (void) plodput('\b');
385 (void) tputs(ND, 0, plodput);
387 (void) plodput(' ');