Home
last modified time | relevance | path

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

/dports/news/trn/trn-3.6/
H A Dterm.c1256 int cmcost; local
1262 cmcost = strlen(str);
1265 cmcost = 9999;
1269 if (to - from <= cmcost) {
1275 if ((from - to) * upcost <= cmcost) {
1280 } else if (cmcost == 9999) {
/dports/news/trn4/trn-4.0-test77/
H A Dterm.c1802 int cmcost, xcost, ycost; local
1808 cmcost = strlen(str);
1811 cmcost = 9999;
1820 if (!to_col && ycost+1 < cmcost) {
1827 else if (xcost > 0 && cmcost < 9999)
1830 if (cmcost <= xcost + ycost) {