Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ read_init
Function
read_init
extern/editline/src/read.c:66–72 ·
view source on GitHub ↗
read_init(): * Initialize the read stuff */
Source
from the content-addressed store, hash-verified
64
* Initialize the read stuff
65
*/
66
protected int
67
read_init(EditLine *el)
68
{
69
/* builtin read_char */
70
el->el_read.read_char = read_char;
71
return 0;
72
}
73
74
75
/* el_read_setfn():
Callers
1
el_init_fd
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected