Searched refs:p_col (Results 1 – 4 of 4) sorted by relevance
125 int p_col; in tabify() local220 if ((p_col = wcwidth(*cp)) < 0) in tabify()221 p_col = 0; in tabify()222 ocol += p_col; in tabify()
73 int p_col; local220 if ((p_col = wcwidth(wc)) < 0)221 p_col = len;224 column += p_col;
310 int p_col; in tswidth() local313 if ((p_col = wcwidth((wchar_t)tc)) > 0) in tswidth()314 w += p_col; in tswidth()
2353 int p_col; in csi_pprintf() local2390 if ((p_col = wcwidth(pcode)) > 0) { in csi_pprintf()2393 curcol += p_col; in csi_pprintf()