Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c92 #define x_putc(c) x_putcf(c) macro
94 #define x_putc(c) shf_putc((c), shl_out) macro
262 x_putc('\r'); in x_print_expansions()
263 x_putc('\n'); in x_print_expansions()
1757 x_putc('\r'); in x_end_of_text()
1758 x_putc('\n'); in x_end_of_text()
2879 x_putc(utf_tmp[0]); in x_e_putc2()
2881 x_putc(utf_tmp[1]); in x_e_putc2()
2883 x_putc(utf_tmp[2]); in x_e_putc2()
2886 x_putc(c); in x_e_putc2()
[all …]