Lines Matching refs:padding
103 int padding = 0; in tabstop_padding() local
115 padding = (int)(tabcol - col); in tabstop_padding()
120 padding = vts[tabcount] - (int)((col - tabcol) % vts[tabcount]); in tabstop_padding()
122 return padding; in tabstop_padding()
196 int padding = 0; in tabstop_fromto() local
227 padding = (int)(tabcol - start_col); in tabstop_fromto()
232 padding = vts[tabcount] - (int)((start_col - tabcol) % vts[tabcount]); in tabstop_fromto()
235 if (spaces < padding) in tabstop_fromto()
243 spaces -= padding; in tabstop_fromto()
248 padding = vts[t]; in tabstop_fromto()
249 if (spaces < padding) in tabstop_fromto()
255 spaces -= padding; in tabstop_fromto()