Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dscreen.c239 public int so_s_width, so_e_width; /* Printing width of standout seq */
1287 if ((so_s_width = ltgetnum("sg")) < 0) in get_term()
1288 so_s_width = 0; in get_term()
1289 so_e_width = so_s_width; in get_term()
1291 bo_s_width = bo_e_width = so_s_width; in get_term()
1292 ul_s_width = ul_e_width = so_s_width; in get_term()
1293 bl_s_width = bl_e_width = so_s_width; in get_term()
1296 if (so_s_width > 0 || so_e_width > 0) in get_term()
242 public int so_s_width, so_e_width; /* Printing width of standout seq */ global() variable
H A Doutput.c30 extern int so_s_width, so_e_width;
697 col += so_s_width; in query()
H A Dprompt.c
H A Dline.c97 extern int so_s_width, so_e_width;
425 w += so_s_width; in attr_swidth()