Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dioutil.c109 int margin_width; /* The total number of columns used by the indentation */ in _io_display_text() local
143 margin_width = indentation + prefix_len; in _io_display_text()
162 if(prefix_len > 0 && last < margin_width) { in _io_display_text()
167 last = margin_width; in _io_display_text()
182 (nnew==0 && last==margin_width)); i++) { in _io_display_text()