Lines Matching refs:effll
96 effll = 80, /* Effective line length */
698 effll = 80;
740 effll = lp->param ? lp->param : 72;
763 if (plast - pfirst < effll) {
764 n = n ? n : effll - (plast - pfirst);
776 if (plast - pfirst < effll) {
777 n = n ? n : effll - (plast - pfirst);
788 if (plast - pfirst > effll) {
789 n = n ? n : plast - pfirst - effll;
801 if (plast - pfirst > effll) {
802 n = n ? n : plast - pfirst - effll;