Searched refs:partial_threshold (Results 1 – 5 of 5) sorted by relevance
433 extern int partial_threshold;
622 int partial_threshold = -1; /* # of lines to be d/l'ed until we repaint */ variable3763 "partial_thres", 4|NEED_INT_ARG, partial_threshold,
1642 PARSE_INT(RC_PARTIAL_THRES, partial_threshold),
2043 if (num_of_entries % (partial_threshold > 0 ? in print_local_dir()2044 partial_threshold : display_lines) == 0) { in print_local_dir()2204 ((partial_threshold > 0) in print_local_dir()2205 ? partial_threshold in print_local_dir()
668 && (partial_threshold > 0 ? in HTDisplayPartial()669 ((Newline_partial + partial_threshold) - 1 <= in HTDisplayPartial()