Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Doutput.c32 extern int so_s_width, so_e_width;
641 col += sizeof(return_to_continue) + so_e_width; in error()
H A Dprompt.c28 extern int so_s_width, so_e_width;
H A Dline.c100 extern int so_s_width, so_e_width;
450 w += so_e_width; in attr_ewidth()
H A Dscreen.c244 public int so_s_width, so_e_width; /* Printing width of standout seq */ variable
1281 so_e_width = so_s_width; in get_term()
1288 if (so_s_width > 0 || so_e_width > 0) in get_term()
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dsubsearch.lt272 public int so_s_width, so_e_width; /* Printing width of standout seq */
1307 so_e_width = so_s_width;
1314 if (so_s_width > 0 || so_e_width > 0)