Searched refs:so_e_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;
544 col += sizeof(return_to_continue) + so_e_width;
H A Dline.c59 extern int so_s_width, so_e_width;
407 w += so_e_width;
H A Dscreen.c198 public int so_s_width, so_e_width; /* Printing width of standout seq */ variable
1175 so_e_width = so_s_width;
1182 if (so_s_width > 0 || so_e_width > 0)

Completed in 129 milliseconds