Home
last modified time | relevance | path

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

/src/contrib/less/
H A Dscreen.c273 public int so_s_width, so_e_width; /* Printing width of standout seq */ variable
1476 if ((so_s_width = ltgetnum("xmc", "sg")) < 0) in get_term()
1477 so_s_width = 0; in get_term()
1478 so_e_width = so_s_width; in get_term()
1480 bo_s_width = bo_e_width = so_s_width; in get_term()
1481 ul_s_width = ul_e_width = so_s_width; in get_term()
1482 bl_s_width = bl_e_width = so_s_width; in get_term()
1485 if (so_s_width > 0 || so_e_width > 0) in get_term()
H A Doutput.c29 extern int so_s_width, so_e_width;
708 col += so_s_width; in error()
H A Dline.c104 extern int so_s_width, so_e_width;
488 w += so_s_width; in attr_swidth()