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

/openbsd-current/usr.bin/less/
H A Dscreen.c66 int so_s_width, so_e_width; /* Printing width of standout seq */ variable
304 if (hardcopy || (so_s_width = magic_cookie_glitch) < 0)
305 so_s_width = 0;
306 so_e_width = so_s_width;
308 bo_s_width = bo_e_width = so_s_width;
309 ul_s_width = ul_e_width = so_s_width;
310 bl_s_width = bl_e_width = so_s_width;
312 if (so_s_width > 0 || so_e_width > 0)
H A Doutput.c21 extern int so_s_width, so_e_width;
252 col += so_s_width;
H A Dprompt.c27 extern int so_s_width, so_e_width;
516 hproto : prproto[type], sc_width-so_s_width-so_e_width-2);
527 return (pr_expand(wproto, sc_width-so_s_width-so_e_width-2));
H A Dline.c59 extern int so_s_width, so_e_width;
339 w += so_s_width;

Completed in 134 milliseconds