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

/freebsd-9.3-release/lib/libedit/
H A Dvi.c48 private el_action_t cv_action(EditLine *, int);
51 /* cv_action():
55 cv_action(EditLine *el, int c) function
280 return (cv_action(el, DELETE | INSERT));
451 return (cv_action(el, DELETE));
889 return cv_action(el, YANK);

Completed in 87 milliseconds