Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c1005 static void x_e_putc2(int);
1231 x_e_putc2('\n'); in x_init_prompt()
1321 x_e_putc2(KSH_BEL); in x_insert()
1383 x_e_putc2(KSH_BEL); in x_do_ins()
1423 x_e_putc2(KSH_BEL); in x_del_back()
1449 x_e_putc2(KSH_BEL); in x_del_char()
1508 x_e_putc2(' '); in x_delete()
1510 x_e_putc2((xep > xlp) ? '>' : (xbp > xbuf) ? '<' : ' '); in x_delete()
1514 x_e_putc2('\b'); in x_delete()
1559 x_e_putc2(KSH_BEL); in x_bword()
[all …]