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

Function el_read_getfn

extern/editline/src/read.c:91–96  ·  view source on GitHub ↗

el_read_getfn(): * return the current read char function, or EL_BUILTIN_GETCFN * if it is the default one */

Source from the content-addressed store, hash-verified

89 * if it is the default one
90 */
91protected el_rfunc_t
92el_read_getfn(EditLine *el)
93{
94 return el->el_read.read_char == read_char ?
95 EL_BUILTIN_GETCFN : el->el_read.read_char;
96}
97
98
99#ifndef MIN

Callers 1

FUN(el,get)Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected