Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ls/
H A Dls.c2414 int w_col; in strcol() local
2432 if ((w_col = wcwidth(wc)) < 0) in strcol()
2433 w_col = len; in strcol()
2435 w += w_col; in strcol()