Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Doutput.c29 extern int so_s_width, so_e_width;
H A Dline.c105 extern int so_s_width, so_e_width;
520 w += so_e_width;
H A Dscreen.c297 public int so_s_width, so_e_width; /* Printing width of standout seq */
1569 so_e_width = so_s_width; in get_term()
1576 if (so_s_width > 0 || so_e_width > 0) in get_term()
290 public int so_s_width, so_e_width; /* Printing width of standout seq */ global() variable