Searched refs:so_s_width (Results 1 – 5 of 5) sorted by relevance
244 public int so_s_width, so_e_width; /* Printing width of standout seq */ variable1279 if ((so_s_width = ltgetnum("sg")) < 0) in get_term()1280 so_s_width = 0; in get_term()1281 so_e_width = so_s_width; in get_term()1283 bo_s_width = bo_e_width = so_s_width; in get_term()1284 ul_s_width = ul_e_width = so_s_width; in get_term()1285 bl_s_width = bl_e_width = so_s_width; in get_term()1288 if (so_s_width > 0 || so_e_width > 0) in get_term()
32 extern int so_s_width, so_e_width;637 col += so_s_width; in error()
28 extern int so_s_width, so_e_width;
100 extern int so_s_width, so_e_width;428 w += so_s_width; in attr_swidth()
272 public int so_s_width, so_e_width; /* Printing width of standout seq */1305 if ((so_s_width = ltgetnum("sg")) < 0)1306 so_s_width = 0;1307 so_e_width = so_s_width;1309 bo_s_width = bo_e_width = so_s_width;1310 ul_s_width = ul_e_width = so_s_width;1311 bl_s_width = bl_e_width = so_s_width;1314 if (so_s_width > 0 || so_e_width > 0)