Lines Matching defs:ncol
66 static int ncol = 0;
209 ncol = 0;
213 ncol = col + chr_width(c);
215 ncol = (col + 8) &~ 7;
219 ncol = col + chr_width(c);
221 ncol = col ? col - 1 : 0;
225 ncol = col + chr_width(c);
227 ncol = 0;
232 ncol = col + chr_width(c);
234 ncol = col + wcwidth(c);
246 if ((ncol > fold) && (bflg ||
270 ncol -= spcol; /* Reset column positions */
305 spcol = ncol;
311 col = ncol;
323 spcol = ncol;
348 ncol = col = spcol = 0;