Home
last modified time | relevance | path

Searched refs:so_e_width (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/less/
H A Doutput.c30 extern int so_s_width, so_e_width;
639 col += sizeof(return_to_continue) + so_e_width; in error()
H A Dprompt.c26 extern int so_s_width, so_e_width;
H A Dline.c98 extern int so_s_width, so_e_width;
448 w += so_e_width; in attr_ewidth()
H A Dscreen.c242 public int so_s_width, so_e_width; /* Printing width of standout seq */ variable
1277 so_e_width = so_s_width; in get_term()
1284 if (so_s_width > 0 || so_e_width > 0) in get_term()