Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/expand/
H A Dunexpand.c125 int p_col; in tabify() local
220 if ((p_col = wcwidth(*cp)) < 0) in tabify()
221 p_col = 0; in tabify()
222 ocol += p_col; in tabify()
H A Dexpand.c73 int p_col; local
220 if ((p_col = wcwidth(wc)) < 0)
221 p_col = len;
224 column += p_col;
/titanic_41/usr/src/cmd/csh/
H A Dsh.tchar.c310 int p_col; in tswidth() local
313 if ((p_col = wcwidth((wchar_t)tc)) > 0) in tswidth()
314 w += p_col; in tswidth()
/titanic_41/usr/src/cmd/ls/
H A Dls.c2353 int p_col; in csi_pprintf() local
2390 if ((p_col = wcwidth(pcode)) > 0) { in csi_pprintf()
2393 curcol += p_col; in csi_pprintf()