HomeSort by: relevance | last modified time | path
    Searched defs:cv_paste (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libedit/
vi.c 61 static el_action_t cv_paste(EditLine *, wint_t);
95 /* cv_paste():
99 cv_paste(EditLine *el, wint_t c) function in typeref:typename:el_action_t
135 return cv_paste(el, 0);
148 return cv_paste(el, 1);
vi.c 61 static el_action_t cv_paste(EditLine *, wint_t);
95 /* cv_paste():
99 cv_paste(EditLine *el, wint_t c) function in typeref:typename:el_action_t
135 return cv_paste(el, 0);
148 return cv_paste(el, 1);
vi.c 61 static el_action_t cv_paste(EditLine *, wint_t);
95 /* cv_paste():
99 cv_paste(EditLine *el, wint_t c) function in typeref:typename:el_action_t
135 return cv_paste(el, 0);
148 return cv_paste(el, 1);

Completed in 33 milliseconds