Lines Matching refs:col
92 register int n, col=0, x=0;
111 col = 0;
116 while((cp-first) > (width-col))
119 col = last_space - first;
121 col = width-col;
122 sfwrite(out,first,col);
123 first += col;
124 col = 0;
136 col = 0;
139 if((cp+(--col)-first)>0)
140 col--;
143 n = (TABSIZE-1) - (cp+col-1-first)&(TABSIZE-1);
144 col +=n;
145 if((cp-first) > (width-col))
150 col = TABSIZE-1;