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

/freebsd-10-stable/contrib/less/
H A Dline.c51 static int attr_ewidth LESSPARAMS ((int a));
368 width += attr_ewidth(attr[from]);
371 width += attr_ewidth(prev_attr);
432 attr_ewidth(a) function
510 w += attr_ewidth(attr[curr-1]);
682 if (ctldisp != OPT_ON && column + w + attr_ewidth(a) > sc_width)
747 if (column + to_tab - 1 + pwidth(' ', attr, 0) + attr_ewidth(attr) > sc_width)
776 pwidth(' ', binattr, 0) + attr_ewidth(binattr) > sc_width)
1033 pwidth(' ', binattr, 0) + attr_ewidth(binattr) > sc_width)

Completed in 123 milliseconds