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

/freebsd-13-stable/contrib/less/
H A Dline.c63 static int attr_ewidth LESSPARAMS ((int a));
421 attr_ewidth(a) function
503 w += attr_ewidth(linebuf.attr[linebuf.end-1]);
705 if (ctldisp != OPT_ON && end_column - cshift + w + attr_ewidth(a) > sc_width)

Completed in 100 milliseconds