Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dchared.h146 libedit_private int c_hpos(EditLine *);
H A Dcommon.c749 int nchars = c_hpos(el); in ed_prev_line()
792 int nchars = c_hpos(el); in ed_next_line()
H A Dchared.c778 c_hpos(EditLine *el) in c_hpos() function