Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/expand/
H A Dunexpand.c123 int p_col; in tabify() local
218 if ((p_col = wcwidth(*cp)) < 0) in tabify()
219 p_col = 0; in tabify()
220 ocol += p_col; in tabify()
H A Dexpand.c71 int p_col; local
218 if ((p_col = wcwidth(wc)) < 0)
219 p_col = len;
222 column += p_col;
/illumos-gate/usr/src/cmd/csh/
H A Dsh.tchar.c309 int p_col; in tswidth() local
312 if ((p_col = wcwidth((wchar_t)tc)) > 0) in tswidth()
313 w += p_col; in tswidth()
/illumos-gate/usr/src/cmd/ls/
H A Dls.c2437 int p_col; in csi_pprintf() local
2474 if ((p_col = wcwidth(pcode)) > 0) { in csi_pprintf()
2477 curcol += p_col; in csi_pprintf()