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

Function ed_end_of_file

extern/editline/src/common.c:53–61  ·  view source on GitHub ↗

ed_end_of_file(): * Indicate end of file * [^D] */

Source from the content-addressed store, hash-verified

51 * [^D]
52 */
53protected el_action_t
54/*ARGSUSED*/
55ed_end_of_file(EditLine *el, Int c __attribute__((__unused__)))
56{
57
58 re_goto_bottom(el);
59 *el->el_line.lastchar = '\0';
60 return CC_EOF;
61}
62
63
64/* ed_insert():

Callers 4

ed_quoted_insertFunction · 0.85
ce_inc_searchFunction · 0.85
cv_csearchFunction · 0.85
c_getsFunction · 0.85

Calls 1

re_goto_bottomFunction · 0.85

Tested by

no test coverage detected