Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfvprintf.c137 int n_w, wc; local
718 { n_w = mbwidth(*wsp);
719 if(precis >= 0 && (w+n_w) > precis )
721 w += n_w;
745 n_w = mbwidth(n);
746 if(precis >= 0 && (w+n_w) > precis )
748 w += n_w;