Searched refs:tputc (Results 1 – 1 of 1) sorted by relevance
/external/mksh/src/ |
D | tree.c | 29 #define tputc(c, shf) shf_putchar(c, shf); macro 191 tputc('\n', shf); in ptree() 203 tputc('\n', shf); in ptree() 248 tputc(' ', shf); in pioact() 262 tputc((c&0x80) ? '$' : '^', shf); in tputC() 263 tputc(((c&0x7F)|0x40), shf); in tputC() 265 tputc((c&0x80) ? '$' : '^', shf); in tputC() 266 tputc('?', shf); in tputC() 268 tputc(c, shf); in tputC() 294 tputc('\\', shf); in tputS() [all …]
|