Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Doutput.c29 extern int so_s_width, so_e_width;
712 col += (int) sizeof(return_to_continue) + so_e_width; in error()
H A Dline.c104 extern int so_s_width, so_e_width;
510 w += so_e_width; in attr_ewidth()
H A Dscreen.c273 public int so_s_width, so_e_width; /* Printing width of standout seq */ variable
1451 so_e_width = so_s_width; in get_term()
1458 if (so_s_width > 0 || so_e_width > 0) in get_term()