Home
last modified time | relevance | path

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

/netbsd-src/distrib/utils/more/
H A Dline.c186 if (column + bo_width + be_width + 1 >= sc_width)
193 if (bo_width > 0 && curr > linebuf + 2
201 column += bo_width-1;
205 column += bo_width;
289 if (column + ue_width + bo_width + 1 + be_width >= sc_width)
H A Dscreen.c116 int bo_width, be_width; /* Printing width of boldface sequences */ variable
310 be_width = bo_width = ue_width = ul_width = se_width = so_width; in get_term()
H A Doutput.c91 column += bo_width +1; in put_line()
H A Dextern.h164 extern int bo_width;