Lines Matching defs:col
242 * <col> is the number of columns until the next tab position
245 static int outspaces(register Pr_t* pp,register int spaces, register int col)
251 while(spaces >= col)
256 spaces -= col;
257 col = pp->ogap;
275 register int n=S_NL,col=0;
295 col += (size-1);
296 if(pp->width && col >= pp->width)
298 size -= (col+1-pp->width);
309 if(pp->width && col >= pp->width)
313 omod = pp->ogap - (pp->colno+col)%pp->ogap;
320 n= (pp->igap-(col%pp->igap));
322 col += n;
332 if(cp>=buffend || (pp->width && col>=pp->width))
335 if(col>=pp->width)
342 size -= (col-pp->width);
345 size += pp->width-col;