Home
last modified time | relevance | path

Searched refs:line_pfx_width (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/less/
H A Dforwback.c140 sc_width = pfx + line_pfx_width(); in forw_line_pfx()
H A Dline.c418 public int line_pfx_width(void) in line_pfx_width() function
1546 cp.col = col + hshift - line_pfx_width(); in pos_from_col()
H A Dsearch.c597 int swidth = sc_width - line_pfx_width() - (rscroll_char ? 1 : 0); in shift_visible()
1493 size_t swidth = (size_t) (sc_width - line_pfx_width()); /*{{type-issue}}*/ in search_range()
H A Dfuncs.h233 public int line_pfx_width(void);