Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c473 const char *sound_bell; /* The string needed to ring the terminal bell */ member
1843 gl->sound_bell = NULL; in new_GetLine()
3522 gl->sound_bell = NULL; in gl_control_strings()
3560 gl->sound_bell = gl_tigetstr(gl, "bel"); in gl_control_strings()
3587 gl->sound_bell = gl_tgetstr(gl, "bl", &tgetstr_buf_ptr); in gl_control_strings()
3631 if(!gl->sound_bell) in gl_control_strings()
3632 gl->sound_bell = "\a"; in gl_control_strings()
8027 gl_print_control_sequence(gl, 1, gl->sound_bell); in KT_KEY_FN()