Home
last modified time | relevance | path

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

/dports/textproc/p5-Text-Reflow/Text-Reflow-1.17/
H A DReflow.xs56 penaltylimit, semantic, shortlast, in reflow_trial() argument
59 int maximum, wordcount, penaltylimit, semantic, shortlast; in reflow_trial()
131 penalty += shortlast * semantic;
173 penaltylimit, semantic, shortlast, \
179 int shortlast
H A DReflow.pm64 $penaltylimit, $semantic, $shortlast,
108 $penalty += $shortlast * $semantic if ($wordcount - $k - 1 <= 2);
132 $indent $oneparagraph $shortlast @from @to
148 shortlast => '\d+', connpenalty => '\d+',
170 $shortlast = 5; # Penalty for a short last line (1 or 2 words) in a paragraph
534 $penaltylimit, $semantic, $shortlast,