Home
last modified time | relevance | path

Searched refs:so_s_width (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/less/
H A Dprompt.c26 extern int so_s_width, so_e_width;
574 sc_width-so_s_width-so_e_width-2); in pr_string()
585 return (pr_expand(wproto, sc_width-so_s_width-so_e_width-2)); in wait_message()
H A Dscreen.c205 public int so_s_width, so_e_width; /* Printing width of standout seq */ variable
1184 if ((so_s_width = ltgetnum("sg")) < 0) in get_term()
1185 so_s_width = 0; in get_term()
1186 so_e_width = so_s_width; in get_term()
1188 bo_s_width = bo_e_width = so_s_width; in get_term()
1189 ul_s_width = ul_e_width = so_s_width; in get_term()
1190 bl_s_width = bl_e_width = so_s_width; in get_term()
1193 if (so_s_width > 0 || so_e_width > 0) in get_term()
H A Doutput.c30 extern int so_s_width, so_e_width;
604 col += so_s_width;
H A Dline.c65 extern int so_s_width, so_e_width;
422 w += so_s_width;