Searched refs:rscroll_char (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/less/
H A Doptfunc.c53 extern char rscroll_char;
810 rscroll_char = 0;
813 rscroll_char = *fmt ? *fmt : '>';
818 p.p_string = rscroll_char ? prchar(rscroll_char) : "-";
H A Dline.c84 extern char rscroll_char;
1157 if (chopped && rscroll_char)
1181 add_linebuf(rscroll_char, rscroll_attr, 1);
H A Dopttbl.c56 public char rscroll_char; /* Char which marks chopped lines with -S */ variable
57 public int rscroll_attr; /* Attribute of rscroll_char */

Completed in 68 milliseconds