Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
HDscreen.c239 public int so_s_width, so_e_width; /* Printing width of standout seq */ variable
1277 if ((so_s_width = ltgetnum("sg")) < 0) in get_term()
1278 so_s_width = 0; in get_term()
1279 so_e_width = so_s_width; in get_term()
1281 bo_s_width = bo_e_width = so_s_width; in get_term()
1282 ul_s_width = ul_e_width = so_s_width; in get_term()
1283 bl_s_width = bl_e_width = so_s_width; in get_term()
1286 if (so_s_width > 0 || so_e_width > 0) in get_term()
HDoutput.c30 extern int so_s_width, so_e_width;
656 col += so_s_width; in error()
HDline.c97 extern int so_s_width, so_e_width;
425 w += so_s_width; in attr_swidth()