Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2233
int
2234
_rl_abort_internal(void)
2235
{
2236
el_beep(e);
2237
longjmp(topbuf, 1);
2238
/*NOTREACHED*/
2239
}
2240
2241
int
2242
_rl_qsort_string_compare(char **s1, char **s2)
Callers
nothing calls this directly
Calls
1
el_beep
Function · 0.85
Tested by
no test coverage detected