Searched refs:percent (Results 1 – 2 of 2) sorted by relevance
384 int percent; in print_position() local388 percent = (page - buf) * 100 / strlen(buf); in print_position()390 wprintw(win, "(%3d%%)", percent); in print_position()
1821 my $percent = $sign_offs * 100 / $divisor;1823 $percent = 100 if ($percent > 100);1827 $percent < $email_git_min_percent);1830 my $fmt_percent = sprintf("%.0f", $percent);