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

Function el_reset

extern/editline/src/el.c:186–192  ·  view source on GitHub ↗

el_reset(): * Reset the tty and the parser */

Source from the content-addressed store, hash-verified

184 * Reset the tty and the parser
185 */
186public void
187el_reset(EditLine *el)
188{
189
190 tty_cookedmode(el);
191 ch_reset(el, 0); /* XXX: Do we want that? */
192}
193
194
195/* el_set():

Callers 2

rl_reset_terminalFunction · 0.85
el_endFunction · 0.85

Calls 2

tty_cookedmodeFunction · 0.85
ch_resetFunction · 0.85

Tested by

no test coverage detected