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

Function _rl_abort_internal

extern/editline/src/readline.c:2233–2239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2231}
2232
2233int
2234_rl_abort_internal(void)
2235{
2236 el_beep(e);
2237 longjmp(topbuf, 1);
2238 /*NOTREACHED*/
2239}
2240
2241int
2242_rl_qsort_string_compare(char **s1, char **s2)

Callers

nothing calls this directly

Calls 1

el_beepFunction · 0.85

Tested by

no test coverage detected