Home
last modified time | relevance | path

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

/netbsd/src/distrib/utils/more/
Dscreen.c118 int so_width, se_width; /* Printing width of standout sequences */ variable
308 if ((so_width = tgetnum("sg")) < 0) in get_term()
309 so_width = 0; in get_term()
310 be_width = bo_width = ue_width = ul_width = se_width = so_width; in get_term()
Doutput.c236 so_width + se_width + 1 > sc_width)
Dextern.h191 extern int so_width;