Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ls/
H A Dls.c2505 int w_col; in strcol() local
2523 if ((w_col = wcwidth(wc)) < 0) in strcol()
2524 w_col = len; in strcol()
2526 w += w_col; in strcol()