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

/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c919 #define VIS_LLEN(l) ((l) > _rl_vis_botlin ? 0 : (vis_lbreaks[l+1] - vis_lbreaks[l])) macro
933 VIS_LLEN(linenum), INV_LLEN(linenum), inv_botlin);
2311 if (full_lines && _rl_term_autowrap && (VIS_LLEN(_rl_vis_botlin) == _rl_screenwidth))

Completed in 164 milliseconds