Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c1002 static void x_e_putc2(int);
1228 x_e_putc2('\n'); in x_init_prompt()
1318 x_e_putc2(KSH_BEL); in x_insert()
1380 x_e_putc2(KSH_BEL); in x_do_ins()
1420 x_e_putc2(KSH_BEL); in x_del_back()
1446 x_e_putc2(KSH_BEL); in x_del_char()
1505 x_e_putc2(' '); in x_delete()
1507 x_e_putc2((xep > xlp) ? '>' : (xbp > xbuf) ? '<' : ' '); in x_delete()
1511 x_e_putc2('\b'); in x_delete()
1556 x_e_putc2(KSH_BEL); in x_bword()
[all …]