Home
last modified time | relevance | path

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

/NextBSD/contrib/less/
HDprompt.c26 extern int so_s_width, so_e_width;
574 sc_width-so_s_width-so_e_width-2); in pr_string()
585 return (pr_expand(wproto, sc_width-so_s_width-so_e_width-2)); in wait_message()
HDoutput.c27 extern int so_s_width, so_e_width;
544 col += sizeof(return_to_continue) + so_e_width;
HDline.c58 extern int so_s_width, so_e_width;
406 w += so_e_width;
HDscreen.c197 public int so_s_width, so_e_width; /* Printing width of standout seq */ variable
1174 so_e_width = so_s_width; in get_term()
1181 if (so_s_width > 0 || so_e_width > 0) in get_term()