Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ search_end
Function
search_end
extern/editline/src/search.c:86–92 ·
view source on GitHub ↗
search_end(): * Initialize the search stuff */
Source
from the content-addressed store, hash-verified
84
* Initialize the search stuff
85
*/
86
protected void
87
search_end(EditLine *el)
88
{
89
90
el_free(el->el_search.patbuf);
91
el->el_search.patbuf = NULL;
92
}
93
94
95
#ifdef REGEXP
Callers
1
el_end
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected