Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/less/
H A Dscreen.c242 public int so_s_width, so_e_width; /* Printing width of standout seq */ variable
1275 if ((so_s_width = ltgetnum("sg")) < 0) in get_term()
1276 so_s_width = 0; in get_term()
1277 so_e_width = so_s_width; in get_term()
1279 bo_s_width = bo_e_width = so_s_width; in get_term()
1280 ul_s_width = ul_e_width = so_s_width; in get_term()
1281 bl_s_width = bl_e_width = so_s_width; in get_term()
1284 if (so_s_width > 0 || so_e_width > 0) in get_term()
H A Doutput.c30 extern int so_s_width, so_e_width;
635 col += so_s_width; in error()
H A Dprompt.c26 extern int so_s_width, so_e_width;
H A Dline.c98 extern int so_s_width, so_e_width;
426 w += so_s_width; in attr_swidth()