Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c105 #define x_putc(c) x_putcf(c) macro
107 #define x_putc(c) shf_putc((c), shl_out) macro
280 x_putc('\r'); in x_print_expansions()
281 x_putc('\n'); in x_print_expansions()
1789 x_putc('\r'); in x_end_of_text()
1790 x_putc('\n'); in x_end_of_text()
2100 x_putc(' '); in x_clrtoeol()
2103 x_putc(lastch); in x_clrtoeol()
2106 x_putc('\b'); in x_clrtoeol()
2949 x_putc(utf_tmp[0]); in x_e_putc2()
[all …]