Searched refs:tputc (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/bin/ksh/ |
H A D | tree.c | 17 #define tputc(c, shf) shf_putchar(c, shf); macro 201 tputc('\n', shf); 213 tputc('\n', shf); 233 tputc('0' + iop->unit, shf); 284 tputc((c&0x80) ? '$' : '^', shf); 285 tputc(((c&0x7F)|0x40), shf); 287 tputc((c&0x80) ? '$' : '^', shf); 288 tputc('?', shf); 290 tputc(c, shf); 317 tputc('\\', shf); [all …]
|