Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c103 #define x_putc(c) x_putcf(c) macro
105 #define x_putc(c) shf_putc((c), shl_out) macro
274 x_putc('\r'); in x_print_expansions()
275 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()
2096 x_putc(' '); in x_clrtoeol()
2099 x_putc(lastch); in x_clrtoeol()
2102 x_putc('\b'); in x_clrtoeol()
2898 x_putc(utf_tmp[0]); in x_e_putc2()
[all …]