Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/newform/
H A Dnewform.c94 effll = 80, /* Effective line length */ variable
696 effll = 80; in process()
738 effll = lp->param ? lp->param : 72; in process()
761 if (plast - pfirst < effll) { in append()
762 n = n ? n : effll - (plast - pfirst); in append()
774 if (plast - pfirst < effll) { in prepend()
775 n = n ? n : effll - (plast - pfirst); in prepend()
786 if (plast - pfirst > effll) { in begtrunc()
787 n = n ? n : plast - pfirst - effll; in begtrunc()
799 if (plast - pfirst > effll) { in endtrunc()
[all …]