Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dscreen.c1468 * we give it inc_costcount, which just increments "costcount".
1472 static int costcount; in cost()
1477 costcount++;
1483 costcount = 0; in cheaper()
1485 return (costcount); in cheaper()
1460 static int costcount; global() variable