Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c88 #define x_putc(c) x_putcf(c) macro
90 #define x_putc(c) shf_putc((c), shl_out) macro
272 x_putc('\r'); in x_print_expansions()
273 x_putc('\n'); in x_print_expansions()
1694 x_putc('\r'); in x_end_of_text()
1695 x_putc('\n'); in x_end_of_text()
2797 x_putc(utf_tmp[0]); in x_e_putc2()
2799 x_putc(utf_tmp[1]); in x_e_putc2()
2801 x_putc(utf_tmp[2]); in x_e_putc2()
2804 x_putc(c); in x_e_putc2()
[all …]