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

Function ed_start_over

extern/editline/src/common.c:611–618  ·  view source on GitHub ↗

ed_start_over(): * Erase current line and start from scratch * [^G] */

Source from the content-addressed store, hash-verified

609 * [^G]
610 */
611protected el_action_t
612/*ARGSUSED*/
613ed_start_over(EditLine *el, Int c __attribute__((__unused__)))
614{
615
616 ch_reset(el, 0);
617 return CC_REFRESH;
618}
619
620
621/* ed_sequence_lead_in():

Callers

nothing calls this directly

Calls 1

ch_resetFunction · 0.85

Tested by

no test coverage detected