Searched refs:so_s_width (Results 1 – 4 of 4) sorted by relevance
26 extern int so_s_width, so_e_width;583 sc_width-so_s_width-so_e_width-2); in pr_string()594 return (pr_expand(wproto, sc_width-so_s_width-so_e_width-2)); in wait_message()
30 extern int so_s_width, so_e_width;655 col += so_s_width;
230 public int so_s_width, so_e_width; /* Printing width of standout seq */ variable1210 if ((so_s_width = ltgetnum("sg")) < 0) in get_term()1211 so_s_width = 0; in get_term()1212 so_e_width = so_s_width; in get_term()1214 bo_s_width = bo_e_width = so_s_width; in get_term()1215 ul_s_width = ul_e_width = so_s_width; in get_term()1216 bl_s_width = bl_e_width = so_s_width; in get_term()1219 if (so_s_width > 0 || so_e_width > 0) in get_term()
77 extern int so_s_width, so_e_width;391 w += so_s_width;