Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c1319 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()
1557 x_e_putc2(KSH_BEL); in x_bword()
1581 x_e_putc2(KSH_BEL); in x_fword()
1685 x_e_putc2(KSH_BEL); in x_mv_back()
1702 x_e_putc2(KSH_BEL); in x_mv_forw()
1723 x_e_putc2(KSH_BEL); in x_search_char_forw()
1729 x_e_putc2(KSH_BEL); in x_search_char_forw()
[all …]
Dsh.h517 #define KSH_BEL '\a' macro
527 #define KSH_BEL 7 macro
558 #define MAGIC KSH_BEL /* prefix for *?[!{,} during expand */
Dmisc.c1402 case KSH_BEL: in print_value_quoted()
2463 wc = KSH_BEL; in unbksl()