Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c1004 static void x_e_putc2(int);
1229 x_e_putc2('\n'); in x_init_prompt()
1319 x_e_putc2(KSH_BEL); in x_insert()
1381 x_e_putc2(KSH_BEL); in x_do_ins()
1421 x_e_putc2(KSH_BEL); in x_del_back()
1447 x_e_putc2(KSH_BEL); in x_del_char()
1506 x_e_putc2(' '); in x_delete()
1508 x_e_putc2((xep > xlp) ? '>' : (xbp > xbuf) ? '<' : ' '); in x_delete()
1512 x_e_putc2('\b'); in x_delete()
1557 x_e_putc2(KSH_BEL); in x_bword()
[all …]