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

/illumos-gate/usr/src/cmd/newform/
H A Dnewform.c96 effll = 80, /* Effective line length */ variable
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) {
[all...]

Completed in 72 milliseconds