MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / el_beep

Function el_beep

extern/editline/src/el.c:614–619  ·  view source on GitHub ↗

el_beep(): * Called from the program to beep */

Source from the content-addressed store, hash-verified

612 * Called from the program to beep
613 */
614public void
615el_beep(EditLine *el)
616{
617
618 terminal_beep(el);
619}
620
621
622/* el_editmode()

Callers 2

_rl_abort_internalFunction · 0.85
fn_completeFunction · 0.85

Calls 1

terminal_beepFunction · 0.85

Tested by

no test coverage detected