Home
last modified time | relevance | path

Searched refs:c_hpos (Results 1 – 3 of 3) sorted by relevance

/external/libedit/src/
Dchared.h163 protected int c_hpos(EditLine *);
Dcommon.c831 int nchars = c_hpos(el); in ed_prev_line()
874 int nchars = c_hpos(el); in ed_next_line()
Dchared.c735 c_hpos(EditLine *el) in c_hpos() function