Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c901 static void x_e_putc2(int);
1093 x_e_putc2('\n'); in x_init_prompt()
1179 x_e_putc2(7); in x_insert()
1241 x_e_putc2(7); in x_do_ins()
1286 x_e_putc2(7); in x_del_back()
1312 x_e_putc2(7); in x_del_char()
1369 x_e_putc2(' '); in x_delete()
1371 x_e_putc2((xep > xlp) ? '>' : (xbp > xbuf) ? '<' : ' '); in x_delete()
1375 x_e_putc2('\b'); in x_delete()
1423 x_e_putc2(7); in x_bword()
[all …]