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

/freebsd-9.3-release/contrib/less/
H A Dprompt.c27 extern int so_s_width, so_e_width;
575 sc_width-so_s_width-so_e_width-2);
586 return (pr_expand(wproto, sc_width-so_s_width-so_e_width-2));
H A Doutput.c27 extern int so_s_width, so_e_width;
531 col += so_s_width;
H A Dscreen.c198 public int so_s_width, so_e_width; /* Printing width of standout seq */ variable
1173 if ((so_s_width = ltgetnum("sg")) < 0)
1174 so_s_width = 0;
1175 so_e_width = so_s_width;
1177 bo_s_width = bo_e_width = so_s_width;
1178 ul_s_width = ul_e_width = so_s_width;
1179 bl_s_width = bl_e_width = so_s_width;
1182 if (so_s_width > 0 || so_e_width > 0)
H A Dline.c59 extern int so_s_width, so_e_width;
383 w += so_s_width;

Completed in 60 milliseconds