Searched defs:sound_bell (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c474 const char *sound_bell; /* The string needed to ring the terminal bell */ member in struct:GetLine
1844 gl->sound_bell = NULL;
3523 gl->sound_bell = NULL;
3561 gl->sound_bell = gl_tigetstr(gl, "bel");
3588 gl->sound_bell = gl_tgetstr(gl, "bl", &tgetstr_buf_ptr);
3632 if(!gl->sound_bell)
3633 gl->sound_bell = "\a";
8027 gl_print_control_sequence(gl, 1, gl->sound_bell);

Completed in 85 milliseconds