Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c29 #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 …]