Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/newform/
H A Dnewform.c96 effll = 80, /* Effective line length */ variable
698 effll = 80; in process()
740 effll = lp->param ? lp->param : 72; in process()
763 if (plast - pfirst < effll) { in append()
764 n = n ? n : effll - (plast - pfirst); in append()
776 if (plast - pfirst < effll) { in prepend()
777 n = n ? n : effll - (plast - pfirst); in prepend()
788 if (plast - pfirst > effll) { in begtrunc()
789 n = n ? n : plast - pfirst - effll; in begtrunc()
801 if (plast - pfirst > effll) { in endtrunc()
[all …]