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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dioutil.c111 int margin_width; /* The total number of columns used by the indentation */ local
145 margin_width = indentation + prefix_len;
164 if(prefix_len > 0 && last < margin_width) {
169 last = margin_width;
184 (nnew==0 && last==margin_width)); i++) {

Completed in 69 milliseconds