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

Function ed_redisplay

extern/editline/src/common.c:597–604  ·  view source on GitHub ↗

ed_redisplay(): * Redisplay everything * ^R */

Source from the content-addressed store, hash-verified

595 * ^R
596 */
597protected el_action_t
598/*ARGSUSED*/
599ed_redisplay(EditLine *el __attribute__((__unused__)),
600 Int c __attribute__((__unused__)))
601{
602
603 return CC_REDISPLAY;
604}
605
606
607/* ed_start_over():

Callers 1

sig_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected