Searched refs:cv_action (Results 1 - 1 of 1) sorted by relevance

/external/libedit/src/
H A Dvi.c54 private el_action_t cv_action(EditLine *, Int);
57 /* cv_action():
61 cv_action(EditLine *el, Int c) function
287 return cv_action(el, DELETE | INSERT);
458 return cv_action(el, DELETE);
896 return cv_action(el, YANK);

Completed in 41 milliseconds