Home
last modified time | relevance | path

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

/dports/x11/xterm/xterm-370/
H A Dcharproc.c5770 int width_here = 0; in dotext() local
5809 while (width_here <= width_available in dotext()
5832 if (width_here < width_available - 1) { in dotext()
5858 width_here += last_chomp; in dotext()
5862 if (width_here > width_available) { in dotext()
5869 width_here -= last_chomp; in dotext()
5877 } else if (width_here == width_available) { in dotext()
5892 next_col += width_here; in dotext()