Searched refs:percent (Results 1 – 2 of 2) sorted by relevance
401 int percent; in print_position() local405 percent = (page - buf) * 100 / strlen(buf); in print_position()407 wprintw(win, "(%3d%%)", percent); in print_position()
1868 my $percent = $sign_offs * 100 / $divisor;1870 $percent = 100 if ($percent > 100);1874 $percent < $email_git_min_percent);1877 my $fmt_percent = sprintf("%.0f", $percent);