Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ sig_end
Function
sig_end
extern/editline/src/sig.c:145–151 ·
view source on GitHub ↗
sig_end(): * Clear all signal stuff */
Source
from the content-addressed store, hash-verified
143
* Clear all signal stuff
144
*/
145
protected void
146
sig_end(EditLine *el)
147
{
148
149
el_free(el->el_signal);
150
el->el_signal = NULL;
151
}
152
153
154
/* sig_set():
Callers
1
el_end
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected