Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/less/
Dprompt.c26 extern int so_s_width, so_e_width;
583 sc_width-so_s_width-so_e_width-2); in pr_string()
594 return (pr_expand(wproto, sc_width-so_s_width-so_e_width-2)); in wait_message()
Doutput.c30 extern int so_s_width, so_e_width;
654 col += sizeof(return_to_continue) + so_e_width;
Dline.c79 extern int so_s_width, so_e_width;
435 w += so_e_width;
Dscreen.c230 public int so_s_width, so_e_width; /* Printing width of standout seq */ variable
1212 so_e_width = so_s_width; in get_term()
1219 if (so_s_width > 0 || so_e_width > 0) in get_term()